aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 10 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f23933d..3641b8e 100644
--- a/go.mod
+++ b/go.mod
@@ -6,9 +6,11 @@ require (
github.com/BurntSushi/toml v1.3.2
github.com/friendsofgo/errors v0.9.2
github.com/go-chi/chi/v5 v5.0.10
+ github.com/go-faker/faker/v4 v4.2.0
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/google/uuid v1.4.0
github.com/jackc/pgx/v5 v5.5.0
+ github.com/jackc/tern/v2 v2.1.1
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/lib/pq v1.10.6
github.com/spf13/viper v1.12.0
@@ -20,21 +22,28 @@ require (
)
require (
+ github.com/Masterminds/goutils v1.1.1 // indirect
+ github.com/Masterminds/semver/v3 v3.2.0 // indirect
+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
+ github.com/huandu/xstrings v1.4.0 // indirect
+ github.com/imdario/mergo v0.3.13 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
+ github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
+ github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
- github.com/stretchr/testify v1.8.2 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/volatiletech/inflect v0.0.1 // indirect
golang.org/x/sync v0.5.0 // indirect