Skip to content

Commit 7f5f60e

Browse files
authored
chore: update dependencies (#7)
1 parent 7642cff commit 7f5f60e

File tree

3 files changed

+94
-81
lines changed

3 files changed

+94
-81
lines changed

config/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
oneko:
22
api:
3-
baseUrl: https://oneko.subshell.cloud
3+
baseUrl: http://localhost:8080
44
mode: development

go.mod

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,60 +3,62 @@ module o-neko-catnip
33
go 1.19
44

55
require (
6-
github.com/gin-contrib/zap v0.0.2
7-
github.com/gin-gonic/gin v1.8.1
6+
github.com/gin-contrib/zap v0.1.0
7+
github.com/gin-gonic/gin v1.8.2
88
github.com/go-resty/resty/v2 v2.7.0
99
github.com/jarcoal/httpmock v1.2.0
10-
github.com/jellydator/ttlcache/v3 v3.0.0
11-
github.com/prometheus/client_golang v1.13.0
12-
github.com/spf13/cobra v1.5.0
13-
github.com/spf13/viper v1.12.0
14-
github.com/stretchr/testify v1.8.0
15-
go.uber.org/zap v1.21.0
10+
github.com/jellydator/ttlcache/v3 v3.0.1
11+
github.com/prometheus/client_golang v1.14.0
12+
github.com/spf13/cobra v1.6.1
13+
github.com/spf13/viper v1.14.0
14+
github.com/stretchr/testify v1.8.1
15+
go.uber.org/zap v1.24.0
1616
)
1717

1818
require (
1919
github.com/beorn7/perks v1.0.1 // indirect
2020
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2121
github.com/davecgh/go-spew v1.1.1 // indirect
22-
github.com/fsnotify/fsnotify v1.5.4 // indirect
22+
github.com/fsnotify/fsnotify v1.6.0 // indirect
2323
github.com/gin-contrib/sse v0.1.0 // indirect
2424
github.com/go-playground/locales v0.14.0 // indirect
2525
github.com/go-playground/universal-translator v0.18.0 // indirect
26-
github.com/go-playground/validator/v10 v10.10.0 // indirect
27-
github.com/goccy/go-json v0.9.7 // indirect
26+
github.com/go-playground/validator/v10 v10.11.1 // indirect
27+
github.com/goccy/go-json v0.9.11 // indirect
2828
github.com/golang/protobuf v1.5.2 // indirect
2929
github.com/hashicorp/hcl v1.0.0 // indirect
30-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
30+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3131
github.com/json-iterator/go v1.1.12 // indirect
3232
github.com/leodido/go-urn v1.2.1 // indirect
3333
github.com/magiconair/properties v1.8.6 // indirect
34-
github.com/mattn/go-isatty v0.0.14 // indirect
34+
github.com/mattn/go-isatty v0.0.16 // indirect
3535
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
3636
github.com/mitchellh/mapstructure v1.5.0 // indirect
3737
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3838
github.com/modern-go/reflect2 v1.0.2 // indirect
3939
github.com/pelletier/go-toml v1.9.5 // indirect
40-
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
40+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
4141
github.com/pmezard/go-difflib v1.0.0 // indirect
42-
github.com/prometheus/client_model v0.2.0 // indirect
42+
github.com/prometheus/client_model v0.3.0 // indirect
4343
github.com/prometheus/common v0.37.0 // indirect
4444
github.com/prometheus/procfs v0.8.0 // indirect
45-
github.com/spf13/afero v1.8.2 // indirect
45+
github.com/spf13/afero v1.9.2 // indirect
4646
github.com/spf13/cast v1.5.0 // indirect
4747
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4848
github.com/spf13/pflag v1.0.5 // indirect
49-
github.com/subosito/gotenv v1.3.0 // indirect
49+
github.com/subosito/gotenv v1.4.1 // indirect
5050
github.com/ugorji/go/codec v1.2.7 // indirect
51-
go.uber.org/atomic v1.7.0 // indirect
52-
go.uber.org/multierr v1.6.0 // indirect
53-
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
54-
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
55-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
56-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
57-
golang.org/x/text v0.3.7 // indirect
51+
go.opentelemetry.io/otel v1.10.0 // indirect
52+
go.opentelemetry.io/otel/trace v1.10.0 // indirect
53+
go.uber.org/atomic v1.9.0 // indirect
54+
go.uber.org/multierr v1.8.0 // indirect
55+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
56+
golang.org/x/net v0.4.0 // indirect
57+
golang.org/x/sync v0.1.0 // indirect
58+
golang.org/x/sys v0.3.0 // indirect
59+
golang.org/x/text v0.5.0 // indirect
5860
google.golang.org/protobuf v1.28.1 // indirect
59-
gopkg.in/ini.v1 v1.66.4 // indirect
61+
gopkg.in/ini.v1 v1.67.0 // indirect
6062
gopkg.in/yaml.v2 v2.4.0 // indirect
6163
gopkg.in/yaml.v3 v3.0.1 // indirect
6264
)

0 commit comments

Comments
 (0)