diff options
author | Slack Coder <slackcoder@server.ky> | 2024-04-08 15:29:11 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-07-18 11:47:49 -0500 |
commit | ae748859be8d6d3ed3c0929770f0c287ab6d6460 (patch) | |
tree | 284d3bf3d7fa496a9d334391eac996affc5a01b9 /vendor/modules.txt | |
parent | c2267767ca8ed06018d26a45b483c44b7c4234cf (diff) | |
download | mirror-0.0.1-dev.tar.xz (sig) |
Port to Golangv0.0.1-dev
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt new file mode 100644 index 0000000..6d6c751 --- /dev/null +++ b/vendor/modules.txt @@ -0,0 +1,16 @@ +# dario.cat/mergo v1.0.0 +## explicit; go 1.13 +dario.cat/mergo +# github.com/davecgh/go-spew v1.1.1 +## explicit +github.com/davecgh/go-spew/spew +# github.com/pmezard/go-difflib v1.0.0 +## explicit +github.com/pmezard/go-difflib/difflib +# github.com/stretchr/testify v1.9.0 +## explicit; go 1.17 +github.com/stretchr/testify/assert +github.com/stretchr/testify/require +# gopkg.in/yaml.v3 v3.0.1 +## explicit +gopkg.in/yaml.v3 |