Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hexahigh committed Jun 9, 2024
1 parent 1b92d0e commit 0283232
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.22.1
require (
github.com/disintegration/imaging v1.6.2
github.com/go-sql-driver/mysql v1.8.1
github.com/hexahigh/go-lib v1.2.0
github.com/hexahigh/go-lib v1.2.3
github.com/mattn/go-sqlite3 v1.14.22
github.com/peterbourgon/ff v1.7.1
golang.org/x/image v0.16.0
golang.org/x/image v0.17.0
)

require filippo.io/edwards25519 v1.1.0 // indirect
4 changes: 4 additions & 0 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/hexahigh/go-lib v1.1.0 h1:Hohv/5BFTvQFRF4NKzSl/G/CqCj39cvM9oD/z5YVO3E
github.com/hexahigh/go-lib v1.1.0/go.mod h1:obXI9UpXHb8zk6wAFuZSxdpqtFjjxK7HNOF0AUPAudw=
github.com/hexahigh/go-lib v1.2.0 h1:sN0PlCv9nYYDW8Cbhhsljiz4XLzTzdlObvwBjXswN/I=
github.com/hexahigh/go-lib v1.2.0/go.mod h1:obXI9UpXHb8zk6wAFuZSxdpqtFjjxK7HNOF0AUPAudw=
github.com/hexahigh/go-lib v1.2.3 h1:kgkV4gQiKFBir7wVF03DmuSG5VAWs73S9qwuT9mgPOU=
github.com/hexahigh/go-lib v1.2.3/go.mod h1:obXI9UpXHb8zk6wAFuZSxdpqtFjjxK7HNOF0AUPAudw=
github.com/mattn/go-sqlite3 v1.14.19 h1:fhGleo2h1p8tVChob4I9HpmVFIAkKGpiukdrgQbWfGI=
github.com/mattn/go-sqlite3 v1.14.19/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
Expand All @@ -28,6 +30,8 @@ golang.org/x/image v0.10.0 h1:gXjUUtwtx5yOE0VKWq1CH4IJAClq4UGgUA3i+rpON9M=
golang.org/x/image v0.10.0/go.mod h1:jtrku+n79PfroUbvDdeUWMAI+heR786BofxrbiSF+J0=
golang.org/x/image v0.16.0 h1:9kloLAKhUufZhA12l5fwnx2NZW39/we1UhBesW433jw=
golang.org/x/image v0.16.0/go.mod h1:ugSZItdV4nOxyqp56HmXwH0Ry0nBCpjnZdpDaIHdoPs=
golang.org/x/image v0.17.0 h1:nTRVVdajgB8zCMZVsViyzhnMKPwYeroEERRC64JuLco=
golang.org/x/image v0.17.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
Expand Down

0 comments on commit 0283232

Please sign in to comment.