mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 10:18:45 +00:00
revert change
This commit is contained in:
12
.github/workflows/cy.yml
vendored
12
.github/workflows/cy.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
||||
golint
|
||||
cd ..
|
||||
echo done
|
||||
# - name: Run go vet
|
||||
# run: |
|
||||
# sudo apt install -y golang
|
||||
# cd src
|
||||
# go vet
|
||||
# echo done
|
||||
- name: Run go vet
|
||||
run: |
|
||||
sudo apt install -y golang
|
||||
cd src
|
||||
go vet
|
||||
echo done
|
||||
- name: Run go test
|
||||
run: |
|
||||
sudo apt install -y golang
|
||||
|
||||
@@ -21,7 +21,7 @@ require (
|
||||
github.com/mattn/go-sqlite3 v1.14.15 // indirect
|
||||
github.com/oschwald/geoip2-golang v1.8.0
|
||||
github.com/pelletier/go-toml v1.7.0 // indirect
|
||||
github.com/prometheus/client_golang v1.13.0
|
||||
github.com/prometheus/client_golang v1.12.2
|
||||
github.com/qri-io/jsonpointer v0.1.1
|
||||
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
||||
github.com/schollz/sqlite3dump v1.3.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user