Skip to content

Commit e9779d7

Browse files
authored
Merge pull request #162 from caltechlibrary/dependabot/go_modules/filippo.io/edwards25519-1.1.1
Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1
2 parents 5900855 + 6ca736b commit e9779d7

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/caltechlibrary/dataset/v2
33
go 1.24.5
44

55
require (
6-
github.com/caltechlibrary/dotpath v0.1.0
76
github.com/caltechlibrary/dsv1 v0.0.0-20220817192039-7c2741c5699d
87
github.com/caltechlibrary/models v0.0.5
98
github.com/caltechlibrary/pairtree v1.0.4
@@ -17,7 +16,7 @@ require (
1716
)
1817

1918
require (
20-
filippo.io/edwards25519 v1.1.0 // indirect
19+
filippo.io/edwards25519 v1.1.1 // indirect
2120
github.com/dustin/go-humanize v1.0.1 // indirect
2221
github.com/mattn/go-isatty v0.0.20 // indirect
2322
github.com/nyaruka/phonenumbers v1.4.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
2-
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
3-
github.com/caltechlibrary/dotpath v0.1.0 h1:az20cqyBr7mhFHhVlj0qLNNl7Fij+LPYZHKmjghhgyo=
4-
github.com/caltechlibrary/dotpath v0.1.0/go.mod h1:si07nRmjExoyhe9dWP2wQxD/+O5dPTyBfeB8/zhjcJI=
1+
filippo.io/edwards25519 v1.1.1 h1:YpjwWWlNmGIDyXOn8zLzqiD+9TyIlPhGFG96P39uBpw=
2+
filippo.io/edwards25519 v1.1.1/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
53
github.com/caltechlibrary/dsv1 v0.0.0-20220817192039-7c2741c5699d h1:SGz3rTkjsp/8tEkFXTRHaJxqyeeDiL210QD69Bn7bd0=
64
github.com/caltechlibrary/dsv1 v0.0.0-20220817192039-7c2741c5699d/go.mod h1:ajUo9ZOowgXjLfDXeUdMmJit9CZyHUzgaPIHUh9TBcg=
75
github.com/caltechlibrary/models v0.0.5 h1:XaBKBMK52SDGXl6+OkKXPZVh4C/uNSPqyNen0EkCHDA=

0 commit comments

Comments
 (0)