-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 866 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
module github.com/gleke/hexya
go 1.15
require (
github.com/beevik/etree v1.1.0
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/cockroachdb/apd/v2 v2.0.1
github.com/disintegration/imaging v1.6.0
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4
github.com/gin-contrib/pprof v1.3.0
github.com/gin-contrib/sessions v0.0.1
github.com/gin-gonic/gin v1.6.3
github.com/gleke/pool v1.0.3
github.com/google/uuid v1.1.1
github.com/gorilla/sessions v1.2.1 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.9.0
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.5.0
go.uber.org/zap v1.12.0
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6
golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6
)