Files
docker-go-dev/go.mod
sjc a8036874b0
Some checks failed
Continuous Integration / CI (push) Has been cancelled
Fixed go.mod
2025-05-06 21:19:05 -04:00

10 lines
131 B
Modula-2

module example
go 1.16
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
modernc.org/sqlite v1.11.2
)