-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 967 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
module github.com/ppartarr/tipsy
go 1.15
require (
github.com/blevesearch/bleve v1.0.14
github.com/go-acme/lego/v3 v3.9.0
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.1
github.com/hbollon/go-edlib v1.3.3
github.com/matcornic/hermes/v2 v2.1.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mcnijman/go-emailaddress v1.1.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nbutton23/zxcvbn-go v0.0.0-20201221231540-e56b841a3c88
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
github.com/thoas/go-funk v0.7.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
go.etcd.io/bbolt v1.3.5
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
gonum.org/v1/gonum v0.8.2
gonum.org/v1/plot v0.8.1
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v2 v2.2.8
)