Commit Graph

14 Commits

Author SHA1 Message Date
Brian Cunnie
17ef97da9f Bump dependencies
Some checks failed
Queries per Second shields.io badge / update-qps-gist (push) Has been cancelled
Nameservers / check-dns (push) Has been cancelled
CI Tests / build (push) Has been cancelled
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```

Drive-by: placate the Markdown linter in DEVELOPER.md
2025-12-14 14:33:01 -08:00
Brian Cunnie
8a4dd76749 Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-11-15 16:58:54 -08:00
Brian Cunnie
7c2bc1f2f7 Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-08-23 13:01:45 -07:00
Brian Cunnie
ada582c4e6 Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-08-07 15:42:15 -07:00
Brian Cunnie
2fd8f9d8c6 Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-06-15 15:20:32 -07:00
Brian Cunnie
98bc74ffd9 Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-05-20 06:07:00 -07:00
Brian Cunnie
e70b12c54e Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-04-26 17:36:00 -07:00
Brian Cunnie
156a01d10f 🐞 Bump Golang dependencies
Fixes, hopefully:

```
xip/xip.go:21:2: no required module provides package golang.org/x/net/dns/dnsmessage; to add it:
	go get golang.org/x/net/dns/dnsmessage
```
2025-01-20 08:22:07 -08:00
Brian Cunnie
a8cf468b72 Bump dependencies
```bash
go get -u -t; go mod tidy
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/onsi/ginkgo/v2/ginkgo@latest
```
2025-01-04 08:07:06 -08:00
Brian Cunnie
ab78120615 Bump dependencies go get -u -t; go mod tidy 2024-11-04 18:02:33 -08:00
Brian Cunnie
705c50b70e Bump dependencies go get -u -t; go mod tidy 2024-10-08 09:06:54 -07:00
Brian Cunnie
76d27df591 Bump dependencies go get -u -t; go mod tidy 2024-09-15 06:44:49 -07:00
Brian Cunnie
d52d97f478 Bump dependencies go get -u -t; go mod tidy 2024-06-08 16:16:40 -07:00
Brian Cunnie
1bdd03fd39 Promote Golang code to the root of the repo
- That's where the code is expected to be
- The only reason the code was buried two directories down was because
  it was originally a BOSH release
- There hasn't been a BOSH release in over two years; last one was Feb
  26, 2022
- Other than a slight adjustment to the relative location of
  `blocklist.txt` file in the integration tests, there were no other
  changes
2024-05-11 10:14:23 -07:00