Skip to content

Commit

Permalink
Bump golang.org/x/image from 0.0.0-20210628002857-a66eb6448b8d to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20210628002857-a66eb6448b8d to 0.18.0.
- [Commits](https://github.com/golang/image/commits/v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent 14c1399 commit c9e1e33
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 160 deletions.
29 changes: 3 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,17 @@ module github.com/amir-the-h/quota
go 1.17

require (
github.com/adshao/go-binance/v2 v2.3.1
github.com/amir-the-h/goex v1.3.6
github.com/amir-the-h/okex v1.0.25-alpha
github.com/go-redis/redis/v8 v8.11.4
github.com/markcheno/go-talib v0.0.0-20190307022042-cd53a9264d70
github.com/pplcc/plotext v0.0.0-20180221170324-68ab3c6e05c3
gonum.org/v1/gonum v0.9.3
gonum.org/v1/plot v0.9.0
)

require (
github.com/Kucoin/kucoin-go-sdk v1.2.7 // indirect
github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75 // indirect
github.com/amir-the-h/okex v1.0.25-alpha // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/go-fonts/liberation v0.2.0 // indirect
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
github.com/go-openapi/errors v0.19.4 // indirect
github.com/go-redis/redis/v8 v8.11.4 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/nubo/jwt v0.0.0-20150918093313-da5b79c3bbaf // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.30.0 // indirect
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.16.0 // indirect
)
Loading

0 comments on commit c9e1e33

Please sign in to comment.