first commit of new line of development.
This commit is contained in:
sjc
2021-07-06 08:35:02 -04:00
parent d36dcb81ef
commit 829ab54a4d
5 changed files with 145 additions and 3 deletions

5
go.mod
View File

@@ -1,8 +1,9 @@
module github.com/chris-crone/containerized-go
module goptrack
go 1.15
go 1.16
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
modernc.org/sqlite v1.11.2
)