Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 9193950

Browse files
authored
chore: updated many dependencies (#120)
1 parent 2c85fe4 commit 9193950

File tree

9 files changed

+118
-96
lines changed

9 files changed

+118
-96
lines changed

Makefile

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,12 @@ test-build-arm:
1010
branch-name-test:
1111
@echo Suffix: $(NEW_BRANCH_SUFFIX)
1212

13-
.PHONY: branch-release
14-
.PHONY: branch-test
13+
.PHONY: branch
1514
ifeq ($(BRANCH),main)
16-
branch-release:
17-
git checkout -B release-$(NEW_BRANCH_SUFFIX)
18-
branch-test:
19-
git checkout -B test-$(NEW_BRANCH_SUFFIX)
15+
branch:
16+
git checkout -B change-$(NEW_BRANCH_SUFFIX)
2017
else
21-
branch-release:
22-
@echo You need to be on the main branch!
23-
@exit 1
24-
branch-test:
18+
branch:
2519
@echo You need to be on the main branch!
2620
@exit 1
2721
endif

go.mod

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ require (
1616
github.com/beyondstorage/go-service-s3/v2 v2.5.0
1717
github.com/beyondstorage/go-storage/v4 v4.8.0
1818
github.com/davecgh/go-spew v1.1.1
19-
github.com/gin-gonic/gin v1.7.4
20-
github.com/go-playground/validator/v10 v10.4.1
21-
github.com/goccy/go-yaml v1.9.4
19+
github.com/gin-gonic/gin v1.8.1
20+
github.com/go-playground/validator/v10 v10.11.0
21+
github.com/goccy/go-yaml v1.9.5
2222
github.com/hashicorp/go-retryablehttp v0.7.0
2323
github.com/imdario/mergo v0.3.12
2424
github.com/jessevdk/go-flags v1.5.0
2525
github.com/joho/godotenv v1.4.0
26-
github.com/mitchellh/mapstructure v1.4.2
26+
github.com/mitchellh/mapstructure v1.5.0
2727
github.com/pkg/errors v0.9.1
28-
github.com/rs/cors v1.8.0
28+
github.com/rs/cors v1.8.2
2929
github.com/sirupsen/logrus v1.8.1
3030
github.com/spf13/cast v1.4.1
3131
github.com/spf13/viper v1.9.0
32-
github.com/stretchr/testify v1.7.0
33-
github.com/uptrace/bun v1.0.16
34-
github.com/uptrace/bun/dialect/pgdialect v1.0.16
35-
github.com/uptrace/bun/driver/pgdriver v1.0.16
36-
github.com/uptrace/bun/extra/bundebug v1.0.16
32+
github.com/stretchr/testify v1.8.0
33+
github.com/uptrace/bun v1.1.5
34+
github.com/uptrace/bun/dialect/pgdialect v1.1.5
35+
github.com/uptrace/bun/driver/pgdriver v1.1.5
36+
github.com/uptrace/bun/extra/bundebug v1.1.5
3737
)
3838

3939
require (
@@ -54,8 +54,9 @@ require (
5454
github.com/fatih/color v1.13.0 // indirect
5555
github.com/fsnotify/fsnotify v1.5.1 // indirect
5656
github.com/gin-contrib/sse v0.1.0 // indirect
57-
github.com/go-playground/locales v0.13.0 // indirect
58-
github.com/go-playground/universal-translator v0.17.0 // indirect
57+
github.com/go-playground/locales v0.14.0 // indirect
58+
github.com/go-playground/universal-translator v0.18.0 // indirect
59+
github.com/goccy/go-json v0.9.7 // indirect
5960
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
6061
github.com/golang/protobuf v1.5.2 // indirect
6162
github.com/google/go-cmp v0.5.6 // indirect
@@ -67,19 +68,20 @@ require (
6768
github.com/huandu/xstrings v1.3.2 // indirect
6869
github.com/jinzhu/inflection v1.0.0 // indirect
6970
github.com/jmespath/go-jmespath v0.4.0 // indirect
70-
github.com/json-iterator/go v1.1.11 // indirect
71+
github.com/json-iterator/go v1.1.12 // indirect
7172
github.com/kevinburke/go-bindata v3.22.0+incompatible // indirect
72-
github.com/leodido/go-urn v1.2.0 // indirect
73+
github.com/leodido/go-urn v1.2.1 // indirect
7374
github.com/magiconair/properties v1.8.5 // indirect
74-
github.com/mattn/go-colorable v0.1.11 // indirect
75+
github.com/mattn/go-colorable v0.1.12 // indirect
7576
github.com/mattn/go-ieproxy v0.0.1 // indirect
7677
github.com/mattn/go-isatty v0.0.14 // indirect
7778
github.com/mitchellh/copystructure v1.2.0 // indirect
7879
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7980
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
80-
github.com/modern-go/reflect2 v1.0.1 // indirect
81+
github.com/modern-go/reflect2 v1.0.2 // indirect
8182
github.com/mozillazg/go-httpheader v0.2.1 // indirect
8283
github.com/pelletier/go-toml v1.9.4 // indirect
84+
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
8385
github.com/pengsrc/go-shared v0.2.1-0.20190131101655-1999055a4a14 // indirect
8486
github.com/pmezard/go-difflib v1.0.0 // indirect
8587
github.com/qingstor/go-mime v0.1.0 // indirect
@@ -94,32 +96,32 @@ require (
9496
github.com/subosito/gotenv v1.2.0 // indirect
9597
github.com/tencentyun/cos-go-sdk-v5 v0.7.31 // indirect
9698
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
97-
github.com/ugorji/go/codec v1.1.7 // indirect
99+
github.com/ugorji/go/codec v1.2.7 // indirect
98100
github.com/urfave/cli/v2 v2.3.0 // indirect
99-
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
101+
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
100102
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
101103
go.opencensus.io v0.23.0 // indirect
102104
go.uber.org/atomic v1.7.0 // indirect
103105
go.uber.org/multierr v1.6.0 // indirect
104106
go.uber.org/zap v1.19.0 // indirect
105-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
107+
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
106108
golang.org/x/mod v0.4.2 // indirect
107-
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
109+
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
108110
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
109111
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
110-
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
111-
golang.org/x/text v0.3.6 // indirect
112+
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
113+
golang.org/x/text v0.3.7 // indirect
112114
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
113115
golang.org/x/tools v0.1.5 // indirect
114116
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
115117
google.golang.org/api v0.56.0 // indirect
116118
google.golang.org/appengine v1.6.7 // indirect
117119
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
118120
google.golang.org/grpc v1.40.0 // indirect
119-
google.golang.org/protobuf v1.27.1 // indirect
121+
google.golang.org/protobuf v1.28.0 // indirect
120122
gopkg.in/ini.v1 v1.63.2 // indirect
121123
gopkg.in/yaml.v2 v2.4.0 // indirect
122-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
124+
gopkg.in/yaml.v3 v3.0.1 // indirect
123125
mellium.im/sasl v0.2.1 // indirect
124126
)
125127

0 commit comments

Comments
 (0)