-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 748 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/saltbo/moreu
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/antihax/optional v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-gonic/gin v1.6.3
github.com/jinzhu/gorm v1.9.16
github.com/magiconair/properties v1.8.1
github.com/mitchellh/go-homedir v1.1.0
github.com/rakyll/statik v0.1.7
github.com/saltbo/gopkg v0.0.0-20200905151036-32195ea0b27b
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/storyicon/grbac v0.0.0-20200224041032-a0461737df7e
github.com/swaggo/swag v1.6.7
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)
//replace github.com/saltbo/gopkg => /opt/works/gopkg