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 e8e735d commit cb978a4Copy full SHA for cb978a4
.github/go.mod
@@ -1,7 +1,10 @@
1
module sigstore/sigstore-python
2
3
-go 1.23
+go 1.23.1
4
+
5
toolchain go1.23.5
6
7
// We don't have a Go module here but this file is picked up by dependabot
8
// and this will automatically update the dependency when needed.
9
10
+require github.com/sigstore/timestamp-authority v1.2.4
.github/go.sum
@@ -0,0 +1,2 @@
+github.com/sigstore/timestamp-authority v1.2.4 h1:RjXZxOWorEiem/uSr0pFHVtQpyzpcFxgugo5jVqm3mw=
+github.com/sigstore/timestamp-authority v1.2.4/go.mod h1:ExrbobKdEuwuBptZIiKp1IaVBRiUeKbiuSyZTO8Okik=
0 commit comments