-
Notifications
You must be signed in to change notification settings - Fork 131
/
go.mod
38 lines (36 loc) · 1.43 KB
/
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
30
31
32
33
34
35
36
37
38
module github.com/hexya-erp/hexya
go 1.13
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.2.1
github.com/gin-contrib/sessions v0.0.1
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/sessions v1.2.0 // indirect
github.com/hexya-erp/pool v1.0.2
github.com/jmoiron/sqlx v1.2.0
github.com/json-iterator/go v1.1.8 // indirect
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9 // indirect
github.com/lib/pq v1.2.0
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/ugorji/go v1.1.7 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.12.0
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6
gopkg.in/yaml.v2 v2.2.5 // indirect
)