File tree Expand file tree Collapse file tree 8 files changed +12
-13
lines changed
docs/examples/basic-price-oracle Expand file tree Collapse file tree 8 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,11 @@ require (
5050 github.com/docker/go-connections v0.5.0 // indirect
5151 github.com/docker/go-units v0.5.0 // indirect
5252 github.com/dustin/go-humanize v1.0.1 // indirect
53- github.com/felixge/httpsnoop v1.0.4 // indirect
5453 github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
5554 github.com/go-errors/errors v1.0.1 // indirect
5655 github.com/go-logr/logr v1.4.2 // indirect
5756 github.com/go-logr/stdr v1.2.2 // indirect
58- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
57+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5958 github.com/gogo/protobuf v1.3.2 // indirect
6059 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
6160 github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
207207github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
208208github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
209209github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
210- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
211- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
210+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
211+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
212212github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
213213github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
214214github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0 =
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ require (
8989 github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
9090 github.com/go-logr/logr v1.4.2 // indirect
9191 github.com/go-logr/stdr v1.2.2 // indirect
92- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
92+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
9393 github.com/goccy/go-yaml v1.15.23 // indirect
9494 github.com/gogo/protobuf v1.3.2 // indirect
9595 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
Original file line number Diff line number Diff line change @@ -843,8 +843,8 @@ github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GO
843843github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
844844github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
845845github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
846- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
847- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
846+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
847+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
848848github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee h1:s+21KNqlpePfkah2I+gwHF8xmJWRjooY+5248k6m4A0 =
849849github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee /go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo =
850850github.com/gobwas/pool v0.2.0 h1:QEmUOlnSjWtnpRGHF3SauEiOsy82Cup83Vf2LcMlnc8 =
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require (
5353 github.com/go-errors/errors v1.0.1 // indirect
5454 github.com/go-logr/logr v1.4.2 // indirect
5555 github.com/go-logr/stdr v1.2.2 // indirect
56- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
56+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5757 github.com/gofrs/uuid v4.2.0+incompatible // indirect
5858 github.com/gogo/protobuf v1.3.2 // indirect
5959 github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
Original file line number Diff line number Diff line change @@ -164,8 +164,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre
164164github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE =
165165github.com/go-sql-driver/mysql v1.6.0 /go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg =
166166github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
167- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
168- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
167+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
168+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
169169github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
170170github.com/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
171171github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0 =
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ require (
9393 github.com/go-toolsmith/astp v1.1.0 // indirect
9494 github.com/go-toolsmith/strparse v1.1.0 // indirect
9595 github.com/go-toolsmith/typep v1.1.0 // indirect
96- github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
96+ github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
9797 github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
9898 github.com/gobwas/glob v0.2.3 // indirect
9999 github.com/gofrs/flock v0.12.1 // indirect
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
236236github.com/go-toolsmith/strparse v1.1.0 /go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ =
237237github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus =
238238github.com/go-toolsmith/typep v1.1.0 /go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig =
239- github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
240- github.com/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
239+ github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
240+ github.com/go-viper/mapstructure/v2 v2.3.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
241241github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY =
242242github.com/go-xmlfmt/xmlfmt v1.1.3 /go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM =
243243github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y =
You can’t perform that action at this time.
0 commit comments