Skip to content

Commit 3584700

Browse files
build(deps): Bump golang.org/x/image
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20190802002840-cff245a6509b to 0.10.0. - [Commits](https://github.com/golang/image/commits/v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a61d686 commit 3584700

2 files changed

Lines changed: 31 additions & 53 deletions

File tree

go.mod

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@ module github.com/ODDInvictus/aether
22

33
go 1.21.4
44

5+
require (
6+
github.com/KokopelliMusic/go-lib v0.0.0-20231116161117-5b93ee82ea73
7+
github.com/gin-contrib/cors v1.4.0
8+
github.com/gin-gonic/gin v1.9.1
9+
github.com/gorilla/websocket v1.5.0
10+
github.com/spf13/viper v1.17.0
11+
)
12+
513
require (
614
github.com/bytedance/sonic v1.10.2 // indirect
715
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
816
github.com/chenzhuoyu/iasm v0.9.0 // indirect
917
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
10-
github.com/faiface/beep v1.1.0 // indirect
11-
github.com/fatih/color v1.15.0 // indirect
18+
github.com/fatih/color v1.16.0 // indirect
1219
github.com/fsnotify/fsnotify v1.6.0 // indirect
1320
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
14-
github.com/gin-contrib/cors v1.4.0 // indirect
1521
github.com/gin-contrib/sse v0.1.0 // indirect
16-
github.com/gin-gonic/gin v1.9.1 // indirect
1722
github.com/go-playground/locales v0.14.1 // indirect
1823
github.com/go-playground/universal-translator v0.18.1 // indirect
1924
github.com/go-playground/validator/v10 v10.15.5 // indirect
2025
github.com/goccy/go-json v0.10.2 // indirect
21-
github.com/gorilla/websocket v1.5.0 // indirect
22-
github.com/hajimehoshi/oto v0.7.1 // indirect
2326
github.com/hashicorp/hcl v1.0.0 // indirect
2427
github.com/json-iterator/go v1.1.12 // indirect
2528
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
@@ -31,15 +34,12 @@ require (
3134
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3235
github.com/modern-go/reflect2 v1.0.2 // indirect
3336
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
34-
github.com/pkg/errors v0.9.1 // indirect
35-
github.com/rjeczalik/notify v0.9.3 // indirect
3637
github.com/sagikazarmark/locafero v0.3.0 // indirect
3738
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
3839
github.com/sourcegraph/conc v0.3.0 // indirect
3940
github.com/spf13/afero v1.10.0 // indirect
4041
github.com/spf13/cast v1.5.1 // indirect
4142
github.com/spf13/pflag v1.0.5 // indirect
42-
github.com/spf13/viper v1.17.0 // indirect
4343
github.com/subosito/gotenv v1.6.0 // indirect
4444
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
4545
github.com/ugorji/go/codec v1.2.11 // indirect
@@ -48,10 +48,8 @@ require (
4848
golang.org/x/arch v0.5.0 // indirect
4949
golang.org/x/crypto v0.14.0 // indirect
5050
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
51-
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
52-
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
5351
golang.org/x/net v0.17.0 // indirect
54-
golang.org/x/sys v0.13.0 // indirect
52+
golang.org/x/sys v0.14.0 // indirect
5553
golang.org/x/text v0.13.0 // indirect
5654
google.golang.org/protobuf v1.31.0 // indirect
5755
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)