golift.io/starr@v1.0.0/go.mod (about) 1 module golift.io/starr 2 3 go 1.17 4 5 require golang.org/x/net v0.14.0 // publicsuffix, cookiejar. 6 7 // All of this is for the tests. 8 require ( 9 github.com/davecgh/go-spew v1.1.1 // indirect 10 github.com/pmezard/go-difflib v1.0.0 // indirect 11 github.com/stretchr/testify v1.8.4 // assert! 12 gopkg.in/yaml.v3 v3.0.1 // indirect 13 )