diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-06 14:51:35 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-06 14:51:35 -0800 |
| commit | 2b30e764cfb7868273a4b984586d52041e127f04 (patch) | |
| tree | 760be9d0fc3a9b8b8fe7312fb88abcf9ff2cf062 /etc/pubrefman/go.mod | |
| parent | 82b891248a2a88b72b8485219d76ba88cfe48528 (diff) | |
| download | nng-2b30e764cfb7868273a4b984586d52041e127f04.tar.gz nng-2b30e764cfb7868273a4b984586d52041e127f04.tar.bz2 nng-2b30e764cfb7868273a4b984586d52041e127f04.zip | |
pubrefman: (stable) update dependencies to address CVEs
This does not impact the core project, but merely updates tools
used for publishing docs on the website.
Diffstat (limited to 'etc/pubrefman/go.mod')
| -rw-r--r-- | etc/pubrefman/go.mod | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/etc/pubrefman/go.mod b/etc/pubrefman/go.mod index 7b5f56d8..36ae4868 100644 --- a/etc/pubrefman/go.mod +++ b/etc/pubrefman/go.mod @@ -1,11 +1,13 @@ module go.nanomsg.org/nng/pubrefman -go 1.18 +go 1.21 + +toolchain go1.22.0 require ( github.com/bytesparadise/libasciidoc v0.8.0 - github.com/go-git/go-billy/v5 v5.5.0 - github.com/go-git/go-git/v5 v5.11.0 + github.com/go-git/go-billy/v5 v5.6.1 + github.com/go-git/go-git/v5 v5.13.1 github.com/google/uuid v1.3.1 github.com/spf13/jwalterweatherman v1.1.0 ) @@ -13,10 +15,10 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect - github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect + github.com/ProtonMail/go-crypto v1.1.3 // indirect github.com/alecthomas/chroma/v2 v2.9.1 // indirect github.com/cloudflare/circl v1.3.7 // indirect - github.com/cyphar/filepath-securejoin v0.2.4 // indirect + github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dlclark/regexp2 v1.10.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect @@ -30,15 +32,17 @@ require ( github.com/onsi/ginkgo/v2 v2.12.0 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/sergi/go-diff v1.3.1 // indirect + github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.2.1 // indirect + github.com/skeema/knownhosts v1.3.0 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect - golang.org/x/crypto v0.21.0 // indirect - golang.org/x/mod v0.12.0 // indirect - golang.org/x/net v0.23.0 // indirect - golang.org/x/sys v0.18.0 // indirect - golang.org/x/tools v0.13.0 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/mod v0.17.0 // indirect + golang.org/x/net v0.33.0 // indirect + golang.org/x/sync v0.10.0 // indirect + golang.org/x/sys v0.28.0 // indirect + golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect + google.golang.org/protobuf v1.36.1 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
