Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 29, 2024
1 parent 5d46c09 commit 8a51443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ module github.com/CHESSComputing/MLHub
go 1.21.6

require (
github.com/CHESSComputing/golib v0.0.9
github.com/CHESSComputing/golib v0.1.0
github.com/gin-gonic/gin v1.9.1
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47
go.mongodb.org/mongo-driver v1.13.1
)

Expand All @@ -27,6 +26,7 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6d20845b47 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
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 v1.23.3 h1:6sVlXXBmbd7jNX0Ipq0trII3e4n1/MsADLK6a+aiV
cloud.google.com/go/compute v1.23.3/go.mod h1:VCgBUoMnIVIR0CscqQiPJLAG25E3ZRZMzcFZeQ+h8CI=
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
github.com/CHESSComputing/golib v0.0.9 h1:3qlap4ViNpNH+5E508LxGVHFVkEXh0wqJjsnBZQFxMY=
github.com/CHESSComputing/golib v0.0.9/go.mod h1:wFIuQ/sGriCOWq4iFsWG1InyPnfdQMZn1g3TC/lE7Og=
github.com/CHESSComputing/golib v0.1.0 h1:SxpnvgVdZObi7KLb+y96nMJg16PJ0ihc1JWWkt/Md3E=
github.com/CHESSComputing/golib v0.1.0/go.mod h1:/QxkXxYKukke328+cF3aVI3VwJ/AW2L/4nBkzVFzhwc=
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s=
github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U=
Expand Down

0 comments on commit 8a51443

Please sign in to comment.