barcamp-2022-golang-intro-t.../go.mod

11 lines
224 B
Modula-2
Raw Normal View History

2022-08-14 09:35:28 +00:00
module golang-intro
go 1.17
2022-08-14 09:42:33 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)