Skip to content

Commit

Permalink
update dependencies: unification of golib/s3 APIs (support for minio …
Browse files Browse the repository at this point in the history
…and ceph clients)
  • Loading branch information
vkuznet committed Dec 17, 2024
1 parent d07ce88 commit 8f85dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/CHESSComputing/MLHub
go 1.23.4

require (
github.com/CHESSComputing/golib v0.5.7
github.com/CHESSComputing/golib v0.5.8
github.com/gin-gonic/gin v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
github.com/CHESSComputing/golib v0.5.7 h1:V20RT1+pas9y7uT2XOwHEtnajanVxrCdh4B7XliTA9E=
github.com/CHESSComputing/golib v0.5.7/go.mod h1:UrE28HN6BExjerIDVEf0NGEDuSCLRagmxOzFfEqjWvo=
github.com/CHESSComputing/golib v0.5.8 h1:dGzq6mKT9M1d2M80ko/O52QoguwZMB+4j65Pcd0P1b4=
github.com/CHESSComputing/golib v0.5.8/go.mod h1:kxRvcrGM5gX2R98Rmt7yhTTN5lVYaLpxEgjkpyLg424=
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0=
github.com/bytedance/sonic v1.11.6/go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4=
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM=
Expand Down

0 comments on commit 8f85dd4

Please sign in to comment.