-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
27 lines (25 loc) · 940 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/wenerme/astgo
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/go-pg/pg v8.0.7+incompatible
github.com/google/uuid v1.2.0 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/huandu/xstrings v1.3.2
github.com/iancoleman/strcase v0.1.3
github.com/imdario/mergo v0.3.12 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/onsi/ginkgo v1.15.2 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e
mellium.im/sasl v0.2.1 // indirect
)