summaryrefslogtreecommitdiff
path: root/vendor/github.com/BurntSushi/toml/Makefile
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2021-08-05 15:45:55 +0000
committerGitHub <noreply@github.com>2021-08-05 15:45:55 +0000
commit1359f07bda73036f80d6938bcf92584c7ee10d1f (patch)
tree0d0b9b3cd16b360e0866b7ec5949bc9bbadf7321 /vendor/github.com/BurntSushi/toml/Makefile
parent1f0a24437d71f8fe2b2233a428202afcfe513666 (diff)
parentadee0ca59972a8590f5f278a4fbcc531acec2ebb (diff)
downloadpodman-1359f07bda73036f80d6938bcf92584c7ee10d1f.tar.gz
podman-1359f07bda73036f80d6938bcf92584c7ee10d1f.tar.bz2
podman-1359f07bda73036f80d6938bcf92584c7ee10d1f.zip
Merge pull request #11144 from containers/dependabot/go_modules/github.com/BurntSushi/toml-0.4.1
Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1
Diffstat (limited to 'vendor/github.com/BurntSushi/toml/Makefile')
-rw-r--r--vendor/github.com/BurntSushi/toml/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/BurntSushi/toml/Makefile b/vendor/github.com/BurntSushi/toml/Makefile
deleted file mode 100644
index 3600848d3..000000000
--- a/vendor/github.com/BurntSushi/toml/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-install:
- go install ./...
-
-test: install
- go test -v
- toml-test toml-test-decoder
- toml-test -encoder toml-test-encoder
-
-fmt:
- gofmt -w *.go */*.go
- colcheck *.go */*.go
-
-tags:
- find ./ -name '*.go' -print0 | xargs -0 gotags > TAGS
-
-push:
- git push origin master
- git push github master
-