diff options
author | Paulo Gomes <pjbgf@linux.com> | 2024-01-08 16:55:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 16:55:00 +0000 |
commit | c268df1a79669b321b9649d057661f1d87dcdb68 (patch) | |
tree | 6888a2642ebfae26a2dc73ab65d294c9038a00fb /go.mod | |
parent | 77264da94ee6090b759ed5763d84302619cc482f (diff) | |
parent | d274f20d9b93aa041bd040d32d80c6045855b036 (diff) | |
download | go-git-c268df1a79669b321b9649d057661f1d87dcdb68.tar.gz |
Merge pull request #988 from go-git/dependabot/go_modules/github.com/cloudflare/circl-1.3.7
build: bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ require ( require ( github.com/Microsoft/go-winio v0.6.1 // indirect github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect - github.com/cloudflare/circl v1.3.3 // indirect + github.com/cloudflare/circl v1.3.7 // indirect github.com/cyphar/filepath-securejoin v0.2.4 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/pretty v0.3.1 // indirect |