go-ddns-svc/go.mod

22 lines
824 B
Modula-2
Raw Normal View History

2019-04-30 14:04:51 +00:00
module git.trj.tw/golang/go-ddns-svc
go 1.12
require (
git.trj.tw/golang/utils v0.0.0-20190225142552-b019626f0349
2019-05-02 03:51:48 +00:00
github.com/aws/aws-sdk-go v1.19.22
2019-04-30 14:04:51 +00:00
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
2019-05-02 03:51:48 +00:00
github.com/gin-gonic/gin v1.3.0
2019-04-30 14:04:51 +00:00
github.com/golang/protobuf v1.3.1 // indirect
2019-05-02 03:51:48 +00:00
github.com/json-iterator/go v1.1.6 // indirect
2019-04-30 14:04:51 +00:00
github.com/mattn/go-isatty v0.0.7 // indirect
2019-05-02 03:51:48 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
2019-04-30 14:04:51 +00:00
github.com/ugorji/go v1.1.4 // indirect
2019-05-02 03:51:48 +00:00
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
2019-04-30 14:04:51 +00:00
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2
)