Skip to content

Commit

Permalink
Merge pull request #40 from fullstorydev/eugenechang/bump-golang-net-…
Browse files Browse the repository at this point in the history
…dependency-for-CVE-2023-44487

Bump golang net dependency due to CVE-2023-44487
  • Loading branch information
eugene-chang-fs authored Feb 7, 2024
2 parents 4d1a7e8 + daba4b3 commit 5a34026
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/fullstorydev/relay-core
go 1.20

require (
golang.org/x/net v0.8.0
golang.org/x/net v0.20.0
gopkg.in/yaml.v3 v3.0.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
Expand Down
2 changes: 1 addition & 1 deletion relay/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const RelayRelease = "v0.3.1" // TODO set this from tags automatically during git commit
const RelayRelease = "v0.3.2" // TODO set this from tags automatically during git commit

0 comments on commit 5a34026

Please sign in to comment.