commit
message
Running go mod tidy
author
Ben Vogt <[email protected]>
date
2023-04-04 23:53:12
stats
2 file(s) changed,
5 insertions(+),
5 deletions(-)
files
go.mod
go.sum
1diff --git a/go.mod b/go.mod
2index 716b88c..30e149b 100644
3--- a/go.mod
4+++ b/go.mod
5@@ -7,7 +7,11 @@ require (
6 github.com/go-git/go-git/v5 v5.6.1
7 )
8
9-require github.com/BurntSushi/toml v1.2.1 // indirect
10+require (
11+ github.com/BurntSushi/toml v1.2.1
12+ github.com/stretchr/testify v1.8.1 // indirect
13+ gopkg.in/yaml.v3 v3.0.1 // indirect
14+)
15
16 require (
17 github.com/Microsoft/go-winio v0.5.2 // indirect
18@@ -21,7 +25,6 @@ require (
19 github.com/imdario/mergo v0.3.13 // indirect
20 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
21 github.com/kevinburke/ssh_config v1.2.0 // indirect
22- github.com/pelletier/go-toml/v2 v2.0.7
23 github.com/pjbgf/sha1cd v0.3.0 // indirect
24 github.com/sergi/go-diff v1.3.1 // indirect
25 github.com/skeema/knownhosts v1.1.0 // indirect
26diff --git a/go.sum b/go.sum
27index f62a225..2d4abb1 100644
28--- a/go.sum
29+++ b/go.sum
30@@ -54,8 +54,6 @@ github.com/matryer/is v1.2.0 h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A=
31 github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
32 github.com/mmcloughlin/avo v0.5.0/go.mod h1:ChHFdoV7ql95Wi7vuq2YT1bwCJqiWdZrQ1im3VujLYM=
33 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
34-github.com/pelletier/go-toml/v2 v2.0.7 h1:muncTPStnKRos5dpVKULv2FVd4bMOhNePj9CjgDb8Us=
35-github.com/pelletier/go-toml/v2 v2.0.7/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
36 github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=
37 github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
38 github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=