Skip to content

Commit 943f841

Browse files
authored
Merge pull request #36 from datolabs-io/go125
build(deps): upgrade Go to 1.25.0 and update dependencies
2 parents 85edc09 + 45cc82d commit 943f841

File tree

3 files changed

+44
-16
lines changed

3 files changed

+44
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Lint
5858
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
5959
with:
60-
version: v2.1.6
60+
version: v2.4.0
6161

6262
test:
6363
name: Test

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/datolabs-io/opsy
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/anthropics/anthropic-sdk-go v1.9.1
@@ -12,22 +12,22 @@ require (
1212
github.com/spf13/viper v1.20.1
1313
github.com/stretchr/testify v1.10.0
1414
github.com/wk8/go-ordered-map/v2 v2.1.8
15-
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
15+
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6
1616
gopkg.in/yaml.v3 v3.0.1
1717
)
1818

1919
require (
2020
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
2121
github.com/bahlo/generic-list-go v0.2.0 // indirect
2222
github.com/buger/jsonparser v1.1.1 // indirect
23-
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
24-
github.com/charmbracelet/x/ansi v0.9.3 // indirect
25-
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
23+
github.com/charmbracelet/colorprofile v0.3.2 // indirect
24+
github.com/charmbracelet/x/ansi v0.10.1 // indirect
25+
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
2626
github.com/charmbracelet/x/term v0.2.1 // indirect
2727
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2828
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
29-
github.com/fsnotify/fsnotify v1.8.0 // indirect
30-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
29+
github.com/fsnotify/fsnotify v1.9.0 // indirect
30+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3131
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
3232
github.com/mailru/easyjson v0.9.0 // indirect
3333
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -36,14 +36,14 @@ require (
3636
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
3737
github.com/muesli/cancelreader v0.2.2 // indirect
3838
github.com/muesli/termenv v0.16.0 // indirect
39-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
39+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
4040
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4141
github.com/rivo/uniseg v0.4.7 // indirect
42-
github.com/sagikazarmark/locafero v0.7.0 // indirect
43-
github.com/sourcegraph/conc v0.3.0 // indirect
44-
github.com/spf13/afero v1.12.0 // indirect
45-
github.com/spf13/cast v1.7.1 // indirect
46-
github.com/spf13/pflag v1.0.6 // indirect
42+
github.com/sagikazarmark/locafero v0.10.0 // indirect
43+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
44+
github.com/spf13/afero v1.14.0 // indirect
45+
github.com/spf13/cast v1.9.2 // indirect
46+
github.com/spf13/pflag v1.0.7 // indirect
4747
github.com/subosito/gotenv v1.6.0 // indirect
4848
github.com/tidwall/gjson v1.18.0 // indirect
4949
github.com/tidwall/match v1.1.1 // indirect
@@ -52,6 +52,6 @@ require (
5252
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
5353
go.uber.org/multierr v1.11.0 // indirect
5454
golang.org/x/sync v0.16.0 // indirect
55-
golang.org/x/sys v0.34.0 // indirect
56-
golang.org/x/text v0.27.0 // indirect
55+
golang.org/x/sys v0.35.0 // indirect
56+
golang.org/x/text v0.28.0 // indirect
5757
)

go.sum

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)