9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
module github.com/chris-crone/containerized-go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|