22 lines
824 B
Modula-2
22 lines
824 B
Modula-2
module git.trj.tw/golang/go-ddns-svc
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
git.trj.tw/golang/utils v0.0.0-20190225142552-b019626f0349
|
|
github.com/aws/aws-sdk-go v1.19.22
|
|
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
|
|
github.com/gin-gonic/gin v1.3.0
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
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
|
|
github.com/ugorji/go v1.1.4 // indirect
|
|
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|