forked from furkansenharputlu/f-license
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
22 lines (20 loc) · 849 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/crawlab-team/f-license
go 1.12
require (
github.com/crawlab-team/crawlab-core v0.6.1-0.20220612034952-1cc047c47719
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.7.1
github.com/gobuffalo/genny v0.1.1 // indirect
github.com/gobuffalo/gogen v0.1.1 // indirect
github.com/gorilla/mux v0.0.0-20191121170500-49c01487a141
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/karrick/godirwalk v1.10.3 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.2.0 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
go.mongodb.org/mongo-driver v1.8.0
)