Skip to content

Commit 11fd363

Browse files
author
Tony Worm
committed
hof/ci: start to update dagger
1 parent 1f0e59b commit 11fd363

13 files changed

+169
-128
lines changed

ci/gha/dagger.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ghacue.#Workflow & {
2121
}
2222

2323
steps: [
24-
common.Steps.go.setup & {#ver: "1.21.x"},
24+
common.Steps.go.setup & {#ver: "1.23.x"},
2525
common.Steps.checkout,
2626
common.Steps.vars,
2727
common.Steps.go.deps,

go.mod

+49-19
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
module github.com/hofstadter-io/hof
22

3-
go 1.22
3+
go 1.22.7
44

55
toolchain go1.23.0
66

7+
// needed for Dagger
8+
replace (
9+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc => go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.0.0-20240518090000-14441aefdf88
10+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp => go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.3.0
11+
go.opentelemetry.io/otel/log => go.opentelemetry.io/otel/log v0.3.0
12+
go.opentelemetry.io/otel/sdk/log => go.opentelemetry.io/otel/sdk/log v0.3.0
13+
)
14+
715
require (
816
cuelang.org/go v0.10.0
9-
dagger.io/dagger v0.8.4
17+
dagger.io/dagger v0.15.1
1018
github.com/AlecAivazis/survey/v2 v2.3.7
1119
github.com/BurntSushi/toml v1.3.2
1220
github.com/alecthomas/chroma/v2 v2.13.0
@@ -46,11 +54,11 @@ require (
4654
github.com/spf13/cobra v1.8.1
4755
github.com/spf13/pflag v1.0.5
4856
github.com/spf13/viper v1.18.2
49-
github.com/stretchr/testify v1.9.0
57+
github.com/stretchr/testify v1.10.0
5058
go.uber.org/zap v1.27.0
51-
golang.org/x/crypto v0.26.0
52-
golang.org/x/mod v0.20.0
53-
golang.org/x/text v0.17.0
59+
golang.org/x/crypto v0.30.0
60+
golang.org/x/mod v0.22.0
61+
golang.org/x/text v0.21.0
5462
gopkg.in/errgo.v2 v2.1.0
5563
gopkg.in/inconshreveable/log15.v2 v2.16.0
5664
gopkg.in/irc.v3 v3.1.4
@@ -62,12 +70,13 @@ require (
6270
require (
6371
cuelabs.dev/go/oci/ociregistry v0.0.0-20240807094312-a32ad29eed79 // indirect
6472
dario.cat/mergo v1.0.0 // indirect
65-
github.com/99designs/gqlgen v0.17.44 // indirect
73+
github.com/99designs/gqlgen v0.17.60 // indirect
6674
github.com/Khan/genqlient v0.7.0 // indirect
6775
github.com/Microsoft/go-winio v0.6.2 // indirect
6876
github.com/ProtonMail/go-crypto v1.0.0 // indirect
69-
github.com/adrg/xdg v0.4.0 // indirect
77+
github.com/adrg/xdg v0.5.3 // indirect
7078
github.com/beorn7/perks v1.0.1 // indirect
79+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7180
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7281
github.com/cloudflare/circl v1.3.8 // indirect
7382
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
@@ -85,12 +94,14 @@ require (
8594
github.com/gammazero/deque v0.2.1 // indirect
8695
github.com/gdamore/encoding v1.0.1 // indirect
8796
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
97+
github.com/go-logr/logr v1.4.2 // indirect
98+
github.com/go-logr/stdr v1.2.2 // indirect
8899
github.com/go-stack/stack v1.8.1 // indirect
89100
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
90101
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
102+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
91103
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
92104
github.com/hashicorp/hcl v1.0.0 // indirect
93-
github.com/iancoleman/strcase v0.3.0 // indirect
94105
github.com/inconshreveable/mousetrap v1.1.0 // indirect
95106
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
96107
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
@@ -118,31 +129,50 @@ require (
118129
github.com/prometheus/procfs v0.14.0 // indirect
119130
github.com/protocolbuffers/txtpbfmt v0.0.0-20230328191034-3462fbc510c0 // indirect
120131
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
121-
github.com/rogpeppe/go-internal v1.12.1-0.20240709150035-ccf4b4329d21 // indirect
132+
github.com/rogpeppe/go-internal v1.13.1 // indirect
122133
github.com/sagikazarmark/locafero v0.4.0 // indirect
123134
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
124135
github.com/sirupsen/logrus v1.9.3 // indirect
125136
github.com/skeema/knownhosts v1.2.2 // indirect
126137
github.com/smartystreets/goconvey v1.7.2 // indirect
127-
github.com/sosodev/duration v1.2.0 // indirect
138+
github.com/sosodev/duration v1.3.1 // indirect
128139
github.com/sourcegraph/conc v0.3.0 // indirect
129140
github.com/spf13/afero v1.11.0 // indirect
130141
github.com/spf13/cast v1.6.0 // indirect
131142
github.com/subosito/gotenv v1.6.0 // indirect
132143
github.com/valyala/bytebufferpool v1.0.0 // indirect
133144
github.com/valyala/fasttemplate v1.2.2 // indirect
134145
github.com/vbatts/tar-split v0.11.5 // indirect
135-
github.com/vektah/gqlparser/v2 v2.5.11 // indirect
146+
github.com/vektah/gqlparser/v2 v2.5.20 // indirect
136147
github.com/xanzy/ssh-agent v0.3.3 // indirect
148+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
149+
go.opentelemetry.io/otel v1.33.0 // indirect
150+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.9.0 // indirect
151+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.9.0 // indirect
152+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.33.0 // indirect
153+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.33.0 // indirect
154+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
155+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect
156+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0 // indirect
157+
go.opentelemetry.io/otel/log v0.9.0 // indirect
158+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
159+
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
160+
go.opentelemetry.io/otel/sdk/log v0.9.0 // indirect
161+
go.opentelemetry.io/otel/sdk/metric v1.33.0 // indirect
162+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
163+
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
137164
go.uber.org/multierr v1.11.0 // indirect
138-
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
139-
golang.org/x/net v0.28.0 // indirect
140-
golang.org/x/oauth2 v0.22.0 // indirect
141-
golang.org/x/sync v0.8.0 // indirect
142-
golang.org/x/sys v0.23.0 // indirect
143-
golang.org/x/term v0.23.0 // indirect
165+
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
166+
golang.org/x/net v0.32.0 // indirect
167+
golang.org/x/oauth2 v0.24.0 // indirect
168+
golang.org/x/sync v0.10.0 // indirect
169+
golang.org/x/sys v0.28.0 // indirect
170+
golang.org/x/term v0.27.0 // indirect
144171
golang.org/x/time v0.5.0 // indirect
145-
google.golang.org/protobuf v1.31.0 // indirect
172+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
173+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
174+
google.golang.org/grpc v1.69.0 // indirect
175+
google.golang.org/protobuf v1.35.2 // indirect
146176
gopkg.in/ini.v1 v1.67.0 // indirect
147177
gopkg.in/warnings.v0 v0.1.2 // indirect
148178
gotest.tools/v3 v3.3.0 // indirect

0 commit comments

Comments
 (0)