1
1
module github.com/hofstadter-io/hof
2
2
3
- go 1.22
3
+ go 1.22.7
4
4
5
5
toolchain go1.23.0
6
6
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
+
7
15
require (
8
16
cuelang.org/go v0.10.0
9
- dagger.io/dagger v0.8.4
17
+ dagger.io/dagger v0.15.1
10
18
github.com/AlecAivazis/survey/v2 v2.3.7
11
19
github.com/BurntSushi/toml v1.3.2
12
20
github.com/alecthomas/chroma/v2 v2.13.0
@@ -46,11 +54,11 @@ require (
46
54
github.com/spf13/cobra v1.8.1
47
55
github.com/spf13/pflag v1.0.5
48
56
github.com/spf13/viper v1.18.2
49
- github.com/stretchr/testify v1.9 .0
57
+ github.com/stretchr/testify v1.10 .0
50
58
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
54
62
gopkg.in/errgo.v2 v2.1.0
55
63
gopkg.in/inconshreveable/log15.v2 v2.16.0
56
64
gopkg.in/irc.v3 v3.1.4
@@ -62,12 +70,13 @@ require (
62
70
require (
63
71
cuelabs.dev/go/oci/ociregistry v0.0.0-20240807094312-a32ad29eed79 // indirect
64
72
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
66
74
github.com/Khan/genqlient v0.7.0 // indirect
67
75
github.com/Microsoft/go-winio v0.6.2 // indirect
68
76
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
70
78
github.com/beorn7/perks v1.0.1 // indirect
79
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
71
80
github.com/cespare/xxhash/v2 v2.3.0 // indirect
72
81
github.com/cloudflare/circl v1.3.8 // indirect
73
82
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
@@ -85,12 +94,14 @@ require (
85
94
github.com/gammazero/deque v0.2.1 // indirect
86
95
github.com/gdamore/encoding v1.0.1 // indirect
87
96
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
88
99
github.com/go-stack/stack v1.8.1 // indirect
89
100
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
90
101
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
102
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
91
103
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
92
104
github.com/hashicorp/hcl v1.0.0 // indirect
93
- github.com/iancoleman/strcase v0.3.0 // indirect
94
105
github.com/inconshreveable/mousetrap v1.1.0 // indirect
95
106
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
96
107
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
@@ -118,31 +129,50 @@ require (
118
129
github.com/prometheus/procfs v0.14.0 // indirect
119
130
github.com/protocolbuffers/txtpbfmt v0.0.0-20230328191034-3462fbc510c0 // indirect
120
131
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
122
133
github.com/sagikazarmark/locafero v0.4.0 // indirect
123
134
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
124
135
github.com/sirupsen/logrus v1.9.3 // indirect
125
136
github.com/skeema/knownhosts v1.2.2 // indirect
126
137
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
128
139
github.com/sourcegraph/conc v0.3.0 // indirect
129
140
github.com/spf13/afero v1.11.0 // indirect
130
141
github.com/spf13/cast v1.6.0 // indirect
131
142
github.com/subosito/gotenv v1.6.0 // indirect
132
143
github.com/valyala/bytebufferpool v1.0.0 // indirect
133
144
github.com/valyala/fasttemplate v1.2.2 // indirect
134
145
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
136
147
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
137
164
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
144
171
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
146
176
gopkg.in/ini.v1 v1.67.0 // indirect
147
177
gopkg.in/warnings.v0 v0.1.2 // indirect
148
178
gotest.tools/v3 v3.3.0 // indirect
0 commit comments