Skip to content

Commit

Permalink
go mod add github.com/spf13/viper v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Sep 26, 2022
1 parent 572d7f3 commit 2da90a7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
13 changes: 12 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/saucelabs/forwarder
go 1.19

require (
github.com/eapache/go-resiliency v1.2.0
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021
github.com/elazarl/goproxy/ext v0.0.0-20220529153421-8ea89ba92021
github.com/go-playground/validator/v10 v10.11.0
Expand All @@ -12,6 +11,7 @@ require (
github.com/saucelabs/randomness v0.0.7
github.com/saucelabs/sypl v1.5.14
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.0
)

require (
Expand All @@ -20,19 +20,30 @@ require (
github.com/dop251/goja v0.0.0-20220806120448-1444e6b94559 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/saucelabs/lumberjack/v3 v3.0.3 // indirect
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 2da90a7

Please sign in to comment.