We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9646a commit 5997fe7Copy full SHA for 5997fe7
.github/go.mod
@@ -1,11 +1,7 @@
1
module sigstore/sigstore-python
2
3
go 1.23
4
+toolchain go1.23.5
5
-require (
6
- // We don't have a Go module here but this file is picked up by dependabot
7
- // and this will automatically update the dependency when needed.
8
-
9
- github.com/sigstore/timestamp-authority v1.2.3
10
11
-)
+// We don't have a Go module here but this file is picked up by dependabot
+// and this will automatically update the dependency when needed.
0 commit comments