Skip to content

Commit 71fc061

Browse files
committed
bump for bug fix
1 parent 5040154 commit 71fc061

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Postcord/rest
33
go 1.17
44

55
require (
6-
github.com/Postcord/objects v0.1.0
6+
github.com/Postcord/objects v0.1.1
77
github.com/go-redis/redis/v8 v8.11.4
88
github.com/go-redsync/redsync/v4 v4.5.0
99
github.com/google/go-querystring v1.1.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Postcord/objects v0.1.0 h1:h0UhJx5aJFmp7vFARD/qBiJEg0Gq7mywDj61VecCwas=
2-
github.com/Postcord/objects v0.1.0/go.mod h1:us6+Mmn+7oaoFaKVczduWg174LtgModEOpgCXyB0JF0=
1+
github.com/Postcord/objects v0.1.1 h1:Az8+G2c6LWAIW3UEKW1zFq4BYKzk5FBtyKtIiufczcQ=
2+
github.com/Postcord/objects v0.1.1/go.mod h1:us6+Mmn+7oaoFaKVczduWg174LtgModEOpgCXyB0JF0=
33
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
44
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
55
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=

0 commit comments

Comments
 (0)