Files
docker-go-dev/go.mod
Christopher Crone bff6023b1a Initial commit
2020-06-02 17:54:36 +02:00

9 lines
135 B
Modula-2

module github.com/chris-crone/containerized-go
go 1.14
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
)