Skip to content

Commit

Permalink
update dependencies: switch to DocDB and S3Client interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 18, 2024
1 parent 2e7e7a1 commit b26be45
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/DataBookkeeping
go 1.23.4

require (
github.com/CHESSComputing/golib v0.5.8
github.com/CHESSComputing/golib v0.5.9
github.com/gin-gonic/gin v1.10.0
github.com/go-playground/validator/v10 v10.23.0
github.com/mattn/go-sqlite3 v1.14.24
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2Qx
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/CHESSComputing/golib v0.5.8 h1:dGzq6mKT9M1d2M80ko/O52QoguwZMB+4j65Pcd0P1b4=
github.com/CHESSComputing/golib v0.5.8/go.mod h1:kxRvcrGM5gX2R98Rmt7yhTTN5lVYaLpxEgjkpyLg424=
github.com/CHESSComputing/golib v0.5.9 h1:5a2pEEVI4SGp2b2+B6OHD6fKgjFNx+pZmUIo/r/Vzww=
github.com/CHESSComputing/golib v0.5.9/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 b26be45

Please sign in to comment.