diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:25:11 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:25:11 -0700 |
commit | f3a1d10b2c5df68835f86082cfb722ae679190ff (patch) | |
tree | ab29190a9e513380ff55b297c4ee58be41a70d12 /tools/govanity/go.sum | |
parent | fix(cgit): write the test correctly (diff) | |
parent | remove unused Makefile (diff) | |
download | world-f3a1d10b2c5df68835f86082cfb722ae679190ff.tar.gz |
Merge remote-tracking branch 'govanity/main'
Change-Id: I4fd7c748648415db1fa9baaa048ba51e186ec268
Diffstat (limited to 'tools/govanity/go.sum')
-rw-r--r-- | tools/govanity/go.sum | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/govanity/go.sum b/tools/govanity/go.sum new file mode 100644 index 0000000..97f8991 --- /dev/null +++ b/tools/govanity/go.sum @@ -0,0 +1,3 @@ +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= |