Skip to content

Commit 317c1d2

Browse files
committed
Improved dependency definitions
1 parent f3497e6 commit 317c1d2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ go 1.21
44

55
require (
66
github.com/pelletier/go-toml/v2 v2.2.1
7-
github.com/sirupsen/logrus v1.9.3 // indirect
8-
golang.org/x/crypto v0.22.0 // indirect
9-
golang.org/x/sys v0.19.0 // indirect
7+
github.com/sirupsen/logrus v1.9.3
8+
golang.org/x/crypto v0.22.0
109
)
10+
11+
require golang.org/x/sys v0.19.0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
filippo.io/age v1.1.1 h1:pIpO7l151hCnQ4BdyBujnGP2YlUo0uj6sAVNHGBvXHg=
2-
filippo.io/age v1.1.1/go.mod h1:l03SrzDUrBkdBx8+IILdnn2KZysqQdbEBUQ4p3sqEQE=
31
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
42
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
53
github.com/pelletier/go-toml/v2 v2.2.1 h1:9TA9+T8+8CUCO2+WYnDLCgrYi9+omqKXyjDtosvtEhg=

0 commit comments

Comments
 (0)