Skip to content

Commit beb641d

Browse files
committed
chore: cleaned up dependencies
1 parent c484bea commit beb641d

File tree

3 files changed

+6
-499
lines changed

3 files changed

+6
-499
lines changed

.github/workflows/golang.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
name: Go
1+
name: golang
22
on: [push]
33

44
jobs:
55
build:
66
runs-on: ubuntu-latest
7-
87
steps:
98
- uses: actions/checkout@v4
109
- name: Setup Go
1110
uses: actions/setup-go@v4
1211
with:
1312
go-version: '1.21.x'
1413
- name: Install dependencies
15-
run: go get .
14+
run: go mod download
1615
- name: Lint
1716
run: go vet ./...
1817
- name: Build

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ go 1.12
44

55
require (
66
github.com/go-pg/pg/v9 v9.2.0
7-
github.com/go-pg/urlstruct v0.2.8 // indirect
87
github.com/gogo/googleapis v1.2.0 // indirect
98
github.com/hashicorp/go-hclog v0.9.0
109
github.com/jaegertracing/jaeger v1.17.1
11-
github.com/lib/pq v1.3.0
12-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
13-
github.com/modern-go/reflect2 v1.0.1 // indirect
14-
github.com/pkg/errors v0.9.1
1510
github.com/spf13/viper v1.6.2
1611
)

0 commit comments

Comments
 (0)