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
31 changes: 22 additions & 9 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,39 @@ module github.com/Glintt/gAPI/api
replace github.com/Glintt/gAPI/api => ./

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/allegro/bigcache v1.2.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0
github.com/go-ldap/ldap v3.0.3+incompatible
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/googollee/go-socket.io v1.4.1 // indirect
github.com/graarh/golang-socketio v0.0.0-20170510162725-2c44953b9b5f
github.com/manucorporat/try v0.0.0-20170609134256-2a0c6b941d52
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
github.com/robfig/cron v1.1.0
github.com/rs/cors v1.6.0
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/ulule/limiter v2.2.2+incompatible // indirect
github.com/valyala/fasthttp v1.3.0
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
github.com/valyala/fasthttp v1.34.0
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
gopkg.in/goracle.v2 v2.16.2
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible // indirect
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
Loading