@@ -3,22 +3,21 @@ module sandbox-go-api-sqlboiler-rest-auth
3
3
go 1.17
4
4
5
5
require (
6
- github.com/caarlos0/env/v6 v6.7.1
7
6
github.com/friendsofgo/errors v0.9.2
8
7
github.com/google/uuid v1.3.0
9
8
github.com/gorilla/securecookie v1.1.1
10
9
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
11
10
github.com/labstack/echo/v4 v4.5.0
12
11
github.com/lib/pq v1.10.3
13
- github.com/spf13/viper v1.8.1
12
+ github.com/spf13/viper v1.9.0
14
13
github.com/volatiletech/randomize v0.0.1
15
14
github.com/volatiletech/sqlboiler/v4 v4.6.0
16
15
github.com/volatiletech/strmangle v0.0.1
17
16
go.uber.org/zap v1.19.1
18
17
)
19
18
20
19
require (
21
- github.com/fsnotify/fsnotify v1.4.9 // indirect
20
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
22
21
github.com/gofrs/uuid v3.2.0+incompatible // indirect
23
22
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
24
23
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -27,12 +26,12 @@ require (
27
26
github.com/magiconair/properties v1.8.5 // indirect
28
27
github.com/mattn/go-colorable v0.1.8 // indirect
29
28
github.com/mattn/go-isatty v0.0.12 // indirect
30
- github.com/mitchellh/mapstructure v1.4.1 // indirect
29
+ github.com/mitchellh/mapstructure v1.4.2 // indirect
31
30
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
32
- github.com/pelletier/go-toml v1.9.3 // indirect
31
+ github.com/pelletier/go-toml v1.9.4 // indirect
33
32
github.com/pkg/errors v0.9.1 // indirect
34
33
github.com/spf13/afero v1.6.0 // indirect
35
- github.com/spf13/cast v1.3 .1 // indirect
34
+ github.com/spf13/cast v1.4 .1 // indirect
36
35
github.com/spf13/jwalterweatherman v1.1.0 // indirect
37
36
github.com/spf13/pflag v1.0.5 // indirect
38
37
github.com/subosito/gotenv v1.2.0 // indirect
@@ -41,13 +40,13 @@ require (
41
40
github.com/volatiletech/inflect v0.0.1 // indirect
42
41
go.uber.org/atomic v1.7.0 // indirect
43
42
go.uber.org/multierr v1.6.0 // indirect
44
- golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
45
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
46
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
43
+ golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
44
+ golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
45
+ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
47
46
golang.org/x/text v0.3.6 // indirect
48
47
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
49
48
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
50
49
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
51
- gopkg.in/ini.v1 v1.62.0 // indirect
50
+ gopkg.in/ini.v1 v1.63.2 // indirect
52
51
gopkg.in/yaml.v2 v2.4.0 // indirect
53
52
)
0 commit comments