test/go.mod

20 lines
613 B
Modula-2
Raw Normal View History

module antoine-roux.ml/projects/go/test
2021-02-13 19:10:17 +00:00
go 1.16
2020-12-08 22:20:59 +00:00
require (
2021-02-13 19:10:17 +00:00
github.com/apache/thrift/lib/go/thrift v0.0.0-20210120171102-e27e82c46ba4 // indirect
github.com/arl/statsviz v0.2.1
2021-02-13 19:10:17 +00:00
github.com/aws/aws-sdk-go v1.36.24
github.com/davecgh/go-spew v1.1.1 // indirect
2020-12-08 22:20:59 +00:00
github.com/docker/docker-credential-helpers v0.6.3
github.com/hazelcast/hazelcast-go-client v0.6.0
2021-02-13 19:10:17 +00:00
github.com/jszwec/s3fs v0.3.1
github.com/pelletier/go-toml v1.8.1
github.com/relex/aini v1.2.1
github.com/stretchr/testify v1.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2020-12-08 22:20:59 +00:00
)
replace antoine-roux.ml/projects/go/test/employee => ./employee