Skip to content

Commit

Permalink
Dependency Updates (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored May 26, 2024
2 parents 92ab4e9 + ad2ec3f commit d708eab
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 55 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: go-generate
run: GOOS=darwin go generate ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.56'
version: 'v1.57'

golangci-linux:
# description: "Runs golangci-lint on linux against linux and windows."
Expand All @@ -69,9 +69,9 @@ jobs:
- name: go-generate
run: GOOS=linux go generate ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.56'
version: 'v1.57'

homebrew-test:
# description: "Installs dependencies on macOS and runs `make install` to mimic a homebrew install."
Expand Down
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,39 @@ go 1.22
// pflag and tail are pinned to master. 12/31/2022

require (
github.com/BurntSushi/toml v1.3.2
github.com/BurntSushi/toml v1.4.0
github.com/akavel/rsrc v0.10.2
github.com/dsnet/compress v0.0.1
github.com/energye/systray v1.0.2
github.com/fsnotify/fsnotify v1.7.0
github.com/gen2brain/beeep v0.0.0-20240112042604-c7bb2cd88fea
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
github.com/gen2brain/dlgs v0.0.0-20220603100644-40c77870fa8d
github.com/go-ping/ping v1.1.0
github.com/go-sql-driver/mysql v1.8.1
github.com/gonutz/w32/v2 v2.11.1
github.com/gorilla/mux v1.8.1
github.com/gorilla/schema v1.2.1
github.com/gorilla/schema v1.3.0
github.com/gorilla/securecookie v1.1.2
github.com/gorilla/websocket v1.5.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hekmon/transmissionrpc/v3 v3.0.0
github.com/hugelgupf/go-shlex v0.0.0-20200702092117-c80c9d0918fa
github.com/jackpal/gateway v1.0.14
github.com/jackpal/gateway v1.0.15
github.com/jaypipes/ghw v0.12.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/kevinburke/go-bindata/v4 v4.0.2
github.com/lestrrat-go/apache-logformat/v2 v2.0.6
github.com/mitchellh/go-homedir v1.1.0
github.com/mrobinsn/go-rtorrent v1.8.0
github.com/nxadm/tail v1.4.11
github.com/shirou/gopsutil/v3 v3.24.3
github.com/shirou/gopsutil/v3 v3.24.4
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
github.com/stretchr/testify v1.9.0
github.com/swaggo/swag v1.16.3
golang.org/x/crypto v0.22.0
golang.org/x/crypto v0.23.0
golang.org/x/mod v0.17.0
golang.org/x/sys v0.19.0
golang.org/x/text v0.14.0
golang.org/x/sys v0.20.0
golang.org/x/text v0.15.0
golang.org/x/time v0.5.0
golift.io/cache v0.0.2
golift.io/cnfg v0.2.3
Expand All @@ -51,7 +51,7 @@ require (
golift.io/starr v1.0.1-0.20240315164714-247399771c46
golift.io/version v0.0.2
golift.io/xtractr v0.2.2
modernc.org/sqlite v1.29.7
modernc.org/sqlite v1.29.10
)

require (
Expand Down Expand Up @@ -85,7 +85,7 @@ require (
github.com/kdomanski/iso9660 v0.4.0 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/lufia/plan9stats v0.0.0-20240408141607-282e7b5d6b74 // indirect
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
Expand All @@ -100,20 +100,20 @@ require (
github.com/stretchr/objx v0.5.2 // indirect
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
github.com/tevino/abool v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.13 // indirect
github.com/tklauser/numcpus v0.7.0 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/tools v0.20.0 // indirect
golang.org/x/tools v0.21.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.1 // indirect
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b // indirect
modernc.org/libc v1.49.3 // indirect
modernc.org/libc v1.50.9 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/memory v1.8.0 // indirect
modernc.org/strutil v1.2.0 // indirect
Expand Down
Loading

0 comments on commit d708eab

Please sign in to comment.