|
1 | 1 | module github.com/upvestco/httpsignature-proxy |
2 | 2 |
|
3 | | -go 1.17 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/google/uuid v1.3.0 |
7 | 7 | github.com/gorilla/mux v1.8.0 |
8 | 8 | github.com/magiconair/properties v1.8.6 // indirect |
9 | 9 | github.com/mitchellh/go-homedir v1.1.0 |
10 | | - github.com/ory/x v0.0.291 |
| 10 | + github.com/ory/x v0.0.455 |
11 | 11 | github.com/pkg/errors v0.9.1 |
12 | | - github.com/spf13/afero v1.8.1 // indirect |
13 | | - github.com/spf13/cobra v1.4.0 |
| 12 | + github.com/spf13/afero v1.9.2 // indirect |
| 13 | + github.com/spf13/cobra v1.5.0 |
14 | 14 | github.com/spf13/pflag v1.0.5 |
15 | | - github.com/spf13/viper v1.10.1 |
16 | | - github.com/stretchr/testify v1.7.0 |
17 | | - golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa |
18 | | - golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect |
| 15 | + github.com/spf13/viper v1.12.0 |
| 16 | + github.com/stretchr/testify v1.8.0 |
| 17 | + golang.org/x/crypto v0.0.0-20220824171710-5757bc0c5503 |
| 18 | + golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24 // indirect |
19 | 19 | gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect |
20 | | - gopkg.in/ini.v1 v1.66.4 // indirect |
| 20 | + gopkg.in/ini.v1 v1.67.0 // indirect |
21 | 21 | ) |
22 | 22 |
|
23 | 23 | require ( |
24 | 24 | github.com/davecgh/go-spew v1.1.1 // indirect |
25 | | - github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 25 | + github.com/fsnotify/fsnotify v1.5.4 // indirect |
26 | 26 | github.com/hashicorp/hcl v1.0.0 // indirect |
27 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
28 | | - github.com/mitchellh/mapstructure v1.4.3 // indirect |
29 | | - github.com/pelletier/go-toml v1.9.4 // indirect |
| 27 | + github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| 28 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 29 | + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect |
| 30 | + github.com/pelletier/go-toml v1.9.5 // indirect |
| 31 | + github.com/pelletier/go-toml/v2 v2.0.3 // indirect |
30 | 32 | github.com/pmezard/go-difflib v1.0.0 // indirect |
31 | | - github.com/spf13/cast v1.4.1 // indirect |
| 33 | + github.com/spf13/cast v1.5.0 // indirect |
32 | 34 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
33 | | - github.com/subosito/gotenv v1.2.0 // indirect |
| 35 | + github.com/subosito/gotenv v1.4.1 // indirect |
34 | 36 | golang.org/x/text v0.3.7 // indirect |
35 | 37 | gopkg.in/yaml.v2 v2.4.0 // indirect |
36 | | - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 38 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
37 | 39 | ) |
0 commit comments