-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
29 lines (26 loc) · 912 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
23
24
25
26
27
28
29
module wombag
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/fsnotify/fsnotify v1.4.9
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-sqlite3 v1.14.6
github.com/olekukonko/tablewriter v0.0.4
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
github.com/urfave/negroni v1.0.0
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.9
// internal/wombaglib v1.0.0
)
//replace internal/wombaglib => ./internal/wombaglib