Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ go 1.12
require (
cloud.google.com/go v0.47.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74
github.com/gin-contrib/sse v0.0.0-20190125020943-a7658810eb74 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-redis/redis v6.15.1+incompatible
github.com/go-sql-driver/mysql v0.0.0-20181114120913-72cd26f257d4
github.com/golang/protobuf v1.3.2
github.com/jlaffaye/ftp v0.0.0-20190126081051-8019e6774408
github.com/json-iterator/go v0.0.0-20190208075642-5bc93205020f
github.com/json-iterator/go v0.0.0-20190208075642-5bc93205020f // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-isatty v0.0.0-20180830101745-3fb116b82035
github.com/mjibson/esc v0.2.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v1.0.1
github.com/pkg/errors v0.0.0-20190217225212-856c240a51a2
github.com/mattn/go-isatty v0.0.0-20180830101745-3fb116b82035 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.1 // indirect
github.com/stacktitan/smb v0.0.0-20170721050911-ba124664fd6b
github.com/ugorji/go v1.1.7
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
github.com/stretchr/testify v1.8.1 // indirect
github.com/ugorji/go v1.1.7 // indirect
golang.org/x/crypto v0.1.0
golang.org/x/net v0.7.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/yaml.v2 v2.2.4 // indirect
)
Loading