Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump git.tcp.direct/kayos/common from 0.9.9 to 1.0.0 #170

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.22.4

require (
git.tcp.direct/kayos/common v0.9.9
git.tcp.direct/kayos/common v1.0.0
github.com/fasthttp/router v1.5.2
github.com/knadh/koanf/parsers/toml v0.1.0
github.com/knadh/koanf/providers/env v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
git.tcp.direct/kayos/common v0.9.9 h1:GTJ1yxhlqemG4b8AyUvDYpSiMnxvGZGiBVKWQCO/YLY=
git.tcp.direct/kayos/common v0.9.9/go.mod h1:mqqaU+YaD87DYwzoX1XCf8PTD4aTSqDLqsDNLsrngw8=
git.tcp.direct/kayos/common v1.0.0 h1:P5kn6M28DwTDNK30d/s/WG+uoAFXrm1qO84l1Izwkhk=
git.tcp.direct/kayos/common v1.0.0/go.mod h1:9Xh9xE2R+YUI1y7VYwijwaeJvEK8kAJQuyruSr5jlGY=
github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M=
github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
Expand Down