aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-toolsmith/astfmt
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2023-02-22 22:16:50 +0100
committerTaras Madan <tarasmadan@google.com>2023-02-24 12:47:23 +0100
commit4165372ec8fd142475a4e35fd0cf4f8042132208 (patch)
tree21cd62211b4dd80bee469054c5b65db77342333c /vendor/github.com/go-toolsmith/astfmt
parent2b3ed821a493b8936c8bacfa6f8b4f1c90a00855 (diff)
dependencies: update
set go min requirements to 1.19 update dependencies update vendor
Diffstat (limited to 'vendor/github.com/go-toolsmith/astfmt')
-rw-r--r--vendor/github.com/go-toolsmith/astfmt/.travis.yml9
-rw-r--r--vendor/github.com/go-toolsmith/astfmt/README.md26
-rw-r--r--vendor/github.com/go-toolsmith/astfmt/go.mod6
-rw-r--r--vendor/github.com/go-toolsmith/astfmt/go.sum4
4 files changed, 21 insertions, 24 deletions
diff --git a/vendor/github.com/go-toolsmith/astfmt/.travis.yml b/vendor/github.com/go-toolsmith/astfmt/.travis.yml
deleted file mode 100644
index c32ac0062..000000000
--- a/vendor/github.com/go-toolsmith/astfmt/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-language: go
-go:
- - 1.x
-install:
- - # Prevent default install action "go get -t -v ./...".
-script:
- - go get -t -v ./...
- - go tool vet .
- - go test -v -race ./...
diff --git a/vendor/github.com/go-toolsmith/astfmt/README.md b/vendor/github.com/go-toolsmith/astfmt/README.md
index 954c92bf4..00f790fd2 100644
--- a/vendor/github.com/go-toolsmith/astfmt/README.md
+++ b/vendor/github.com/go-toolsmith/astfmt/README.md
@@ -1,13 +1,16 @@
-[![Go Report Card](https://goreportcard.com/badge/github.com/go-toolsmith/strparse)](https://goreportcard.com/report/github.com/go-toolsmith/strparse)
-[![GoDoc](https://godoc.org/github.com/go-toolsmith/strparse?status.svg)](https://godoc.org/github.com/go-toolsmith/strparse)
-
-
# astfmt
-Package astfmt implements ast.Node formatting with fmt-like API.
+[![build-img]][build-url]
+[![pkg-img]][pkg-url]
+[![reportcard-img]][reportcard-url]
+[![version-img]][version-url]
+
+Package `astfmt` implements ast.Node formatting with fmt-like API.
## Installation
+Go version 1.16+
+
```bash
go get github.com/go-toolsmith/astfmt
```
@@ -37,3 +40,16 @@ func Example() {
pp.Println(x) // => foo(bar(baz(1 + 2)))
}
```
+
+## License
+
+[MIT License](LICENSE).
+
+[build-img]: https://github.com/go-toolsmith/astfmt/workflows/build/badge.svg
+[build-url]: https://github.com/go-toolsmith/astfmt/actions
+[pkg-img]: https://pkg.go.dev/badge/go-toolsmith/astfmt
+[pkg-url]: https://pkg.go.dev/github.com/go-toolsmith/astfmt
+[reportcard-img]: https://goreportcard.com/badge/go-toolsmith/astfmt
+[reportcard-url]: https://goreportcard.com/report/go-toolsmith/astfmt
+[version-img]: https://img.shields.io/github/v/release/go-toolsmith/astfmt
+[version-url]: https://github.com/go-toolsmith/astfmt/releases
diff --git a/vendor/github.com/go-toolsmith/astfmt/go.mod b/vendor/github.com/go-toolsmith/astfmt/go.mod
deleted file mode 100644
index d23db1566..000000000
--- a/vendor/github.com/go-toolsmith/astfmt/go.mod
+++ /dev/null
@@ -1,6 +0,0 @@
-module github.com/go-toolsmith/astfmt
-
-require (
- github.com/go-toolsmith/astequal v1.0.0 // indirect
- github.com/go-toolsmith/strparse v1.0.0
-)
diff --git a/vendor/github.com/go-toolsmith/astfmt/go.sum b/vendor/github.com/go-toolsmith/astfmt/go.sum
deleted file mode 100644
index aa0857030..000000000
--- a/vendor/github.com/go-toolsmith/astfmt/go.sum
+++ /dev/null
@@ -1,4 +0,0 @@
-github.com/go-toolsmith/astequal v1.0.0 h1:4zxD8j3JRFNyLN46lodQuqz3xdKSrur7U/sr0SDS/gQ=
-github.com/go-toolsmith/astequal v1.0.0/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY=
-github.com/go-toolsmith/strparse v1.0.0 h1:Vcw78DnpCAKlM20kSbAyO4mPfJn/lyYA4BJUDxe2Jb4=
-github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8=