You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
module git.ouxuan.net/tommy/hasaki-ctl
go 1.14
require ( git.ouxuan.net/hasaki-service/hasaki-sdk v0.0.0-20210302071131-cb2b8d8c4800 github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gin-gonic/gin v1.6.3 // indirect github.com/go-playground/form v3.1.4+incompatible // indirect github.com/golang/protobuf v1.4.3 // indirect github.com/golang/snappy v0.0.3 // indirect github.com/google/uuid v1.1.1 // indirect github.com/kr/pretty v0.2.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect github.com/spf13/cobra v1.1.3 github.com/stretchr/testify v1.6.1 // indirect github.com/syyongx/php2go v0.9.4 // indirect github.com/tidwall/sjson v1.1.6 // indirect go.uber.org/zap v1.14.1 // indirect golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect golang.org/x/text v0.3.6 // indirect golang.org/x/tools v0.0.0-20200410132612-ae9902aceb98 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect honnef.co/go/tools v0.0.1-2020.1.4 // indirect xorm.io/builder v0.3.9 // indirect xorm.io/core v0.7.3 // indirect xorm.io/xorm v1.0.7 )
|