aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-toolsmith/astp
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/astp
parent2b3ed821a493b8936c8bacfa6f8b4f1c90a00855 (diff)
dependencies: update
set go min requirements to 1.19 update dependencies update vendor
Diffstat (limited to 'vendor/github.com/go-toolsmith/astp')
-rw-r--r--vendor/github.com/go-toolsmith/astp/.gitignore4
-rw-r--r--vendor/github.com/go-toolsmith/astp/.travis.yml9
-rw-r--r--vendor/github.com/go-toolsmith/astp/README.md27
-rw-r--r--vendor/github.com/go-toolsmith/astp/go.mod6
-rw-r--r--vendor/github.com/go-toolsmith/astp/go.sum4
5 files changed, 21 insertions, 29 deletions
diff --git a/vendor/github.com/go-toolsmith/astp/.gitignore b/vendor/github.com/go-toolsmith/astp/.gitignore
deleted file mode 100644
index 1f6187ecd..000000000
--- a/vendor/github.com/go-toolsmith/astp/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-bin
-pkg
-src/main
-tmp \ No newline at end of file
diff --git a/vendor/github.com/go-toolsmith/astp/.travis.yml b/vendor/github.com/go-toolsmith/astp/.travis.yml
deleted file mode 100644
index 8994d395c..000000000
--- a/vendor/github.com/go-toolsmith/astp/.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 ./... \ No newline at end of file
diff --git a/vendor/github.com/go-toolsmith/astp/README.md b/vendor/github.com/go-toolsmith/astp/README.md
index 7313c6ab8..cf5197e81 100644
--- a/vendor/github.com/go-toolsmith/astp/README.md
+++ b/vendor/github.com/go-toolsmith/astp/README.md
@@ -1,14 +1,16 @@
-[![Go Report Card](https://goreportcard.com/badge/github.com/go-toolsmith/astp)](https://goreportcard.com/report/github.com/go-toolsmith/astp)
-[![GoDoc](https://godoc.org/github.com/go-toolsmith/astp?status.svg)](https://godoc.org/github.com/go-toolsmith/astp)
-[![Build Status](https://travis-ci.org/go-toolsmith/astp.svg?branch=master)](https://travis-ci.org/go-toolsmith/astp)
-
-
# astp
-Package astp provides AST predicates.
+[![build-img]][build-url]
+[![pkg-img]][pkg-url]
+[![reportcard-img]][reportcard-url]
+[![version-img]][version-url]
+
+Package `astp` provides AST predicates.
## Installation:
+Go version 1.16+
+
```bash
go get github.com/go-toolsmith/astp
```
@@ -37,3 +39,16 @@ func main() {
}
}
```
+
+## License
+
+[MIT License](LICENSE).
+
+[build-img]: https://github.com/go-toolsmith/astp/workflows/build/badge.svg
+[build-url]: https://github.com/go-toolsmith/astp/actions
+[pkg-img]: https://pkg.go.dev/badge/go-toolsmith/astp
+[pkg-url]: https://pkg.go.dev/github.com/go-toolsmith/astp
+[reportcard-img]: https://goreportcard.com/badge/go-toolsmith/astp
+[reportcard-url]: https://goreportcard.com/report/go-toolsmith/astp
+[version-img]: https://img.shields.io/github/v/release/go-toolsmith/astp
+[version-url]: https://github.com/go-toolsmith/astp/releases
diff --git a/vendor/github.com/go-toolsmith/astp/go.mod b/vendor/github.com/go-toolsmith/astp/go.mod
deleted file mode 100644
index 023a09392..000000000
--- a/vendor/github.com/go-toolsmith/astp/go.mod
+++ /dev/null
@@ -1,6 +0,0 @@
-module github.com/go-toolsmith/astp
-
-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/astp/go.sum b/vendor/github.com/go-toolsmith/astp/go.sum
deleted file mode 100644
index aa0857030..000000000
--- a/vendor/github.com/go-toolsmith/astp/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=