File tree Expand file tree Collapse file tree 5 files changed +1
-132
lines changed Expand file tree Collapse file tree 5 files changed +1
-132
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,6 @@ At the moment, these storage backends are supported:
19
19
- [ AWS] ( ./cmd/aws/ ) : [ deployment instructions] ( ./deployment/live/aws/test/ )
20
20
- more to come soon!
21
21
22
- ## Working on the Code
23
- The following files are auto-generated:
24
- - [ ` mock_ct_storage.go ` ] ( ./mockstorage/mock_ct_storage.go ) : a mock CT storage implementation for tests
25
-
26
- To re-generate these files, first install the right tools:
27
- - [ mockgen] ( https://github.com/golang/mock?tab=readme-ov-file#installation )
28
-
29
- Then, generate the files:
30
-
31
- ``` bash
32
- cd $( go list -f ' {{ .Dir }}' github.com/transparency-dev/static-ct) ; \
33
- go generate -x ./... # hunts for //go:generate comments and runs them
34
- ```
35
-
36
22
### Contact
37
23
38
24
- Slack: https://transparency-dev.slack.com/ ([ invitation] ( https://join.slack.com/t/transparency-dev/shared_invite/zt-27pkqo21d-okUFhur7YZ0rFoJVIOPznQ ) )
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ require (
13
13
github.com/aws/smithy-go v1.22.3
14
14
github.com/gdamore/tcell/v2 v2.8.1
15
15
github.com/go-sql-driver/mysql v1.9.1
16
- github.com/golang/mock v1.7.0-rc.1
17
16
github.com/google/go-cmp v0.7.0
18
17
github.com/kylelemons/godebug v1.1.0
19
18
github.com/prometheus/client_golang v1.21.1
@@ -27,7 +26,6 @@ require (
27
26
golang.org/x/net v0.38.0
28
27
google.golang.org/api v0.228.0
29
28
google.golang.org/grpc v1.71.0
30
- google.golang.org/protobuf v1.36.6
31
29
k8s.io/klog/v2 v2.130.1
32
30
)
33
31
@@ -105,4 +103,5 @@ require (
105
103
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
106
104
google.golang.org/genproto/googleapis/api v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
107
105
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
106
+ google.golang.org/protobuf v1.36.5 // indirect
108
107
)
Original file line number Diff line number Diff line change @@ -1448,7 +1448,6 @@ golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
1448
1448
golang.org/x/tools v0.1.3 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
1449
1449
golang.org/x/tools v0.1.4 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
1450
1450
golang.org/x/tools v0.1.5 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
1451
- golang.org/x/tools v0.1.8 /go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU =
1452
1451
golang.org/x/tools v0.1.9 /go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU =
1453
1452
golang.org/x/tools v0.1.12 /go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc =
1454
1453
golang.org/x/tools v0.3.0 /go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k =
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments