File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ go 1.23.6
44
55require (
66 github.com/go-orb/go-orb v0.4.1
7- github.com/go-orb/plugins/codecs/json v0.2.1-0.20250407194133-d2fb2774bb09
8- github.com/go-orb/plugins/log/slog v0.2.1-0.20250407194133-d2fb2774bb09
9- github.com/go-orb/plugins/registry/tests v0.2.1-0.20250407194133-d2fb2774bb09
7+ github.com/go-orb/plugins/codecs/json v0.2.0
8+ github.com/go-orb/plugins/log/slog v0.2.0
9+ github.com/go-orb/plugins/registry/tests v0.3.0
1010 github.com/google/uuid v1.6.0
1111 github.com/stretchr/testify v1.10.0
1212)
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
77github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
88github.com/go-orb/go-orb v0.4.1 h1:s0hXJf+k6I6beNdJKJLPIBFCVXgP/EL7bmqYwdeuWH8 =
99github.com/go-orb/go-orb v0.4.1 /go.mod h1:DBamAST285wD+Ydbil1HGl9X19Sj+0xR1ZqFzKDxOgM =
10- github.com/go-orb/plugins/codecs/json v0.2.1-0.20250407194133-d2fb2774bb09 h1:dZsGAdsd2kpKYZMN5jnk+54owSdcjFUxpYaJWd5YNeM =
11- github.com/go-orb/plugins/codecs/json v0.2.1-0.20250407194133-d2fb2774bb09 /go.mod h1:O2KX4QVZmdRINZSGEmd7iAt2xR0Fc2+G85f0nTBfO/I =
12- github.com/go-orb/plugins/log/slog v0.2.1-0.20250407194133-d2fb2774bb09 h1:ZXD8AInVVR2OdyBJv9F3/X+F4XEFIYyKhp7niJg+fBA =
13- github.com/go-orb/plugins/log/slog v0.2.1-0.20250407194133-d2fb2774bb09 /go.mod h1:LdWisgu/IMqQcXqrCzYrE1kgTmZFBiE3DkMT4juE5Zk =
14- github.com/go-orb/plugins/registry/tests v0.2.1-0.20250407194133-d2fb2774bb09 h1:InqnxeuQLZL1UkTh3K+l7cekuOjSAVJP3W/cMA2arkE =
15- github.com/go-orb/plugins/registry/tests v0.2.1-0.20250407194133-d2fb2774bb09 /go.mod h1:EE5tFpSc4GB4fns4cSa71RVGIDSHf+3KOMytklpHtpQ =
10+ github.com/go-orb/plugins/codecs/json v0.2.0 h1:4wt51doWFErsy3wW0UHQTwz/fPVj3nqQCwX+d2pacyc =
11+ github.com/go-orb/plugins/codecs/json v0.2.0 /go.mod h1:O2KX4QVZmdRINZSGEmd7iAt2xR0Fc2+G85f0nTBfO/I =
12+ github.com/go-orb/plugins/log/slog v0.2.0 h1:QS6+q0weWUDM3MyvVfsCxy7QtgXIEGIuAXQ8MD52VQY =
13+ github.com/go-orb/plugins/log/slog v0.2.0 /go.mod h1:LdWisgu/IMqQcXqrCzYrE1kgTmZFBiE3DkMT4juE5Zk =
14+ github.com/go-orb/plugins/registry/tests v0.3.0 h1:VrQfthY5JadW9nSi5Ytli2YTTCImGHJpqXxpIgYHk+c =
15+ github.com/go-orb/plugins/registry/tests v0.3.0 /go.mod h1:TSHNuVmtBGoDr83i5cZYZ7dC+arv71Il9pXjRmaeaeE =
1616github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
1717github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1818github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
You can’t perform that action at this time.
0 commit comments