Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ require (
github.com/evergreen-ci/shrub v0.0.0-20250506131348-39cf0eb2b3dc
github.com/getkin/kin-openapi v0.133.0
github.com/go-test/deep v1.1.1
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/google/go-github/v61 v61.0.0
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
github.com/klauspost/compress v1.18.0
Expand Down Expand Up @@ -63,6 +62,7 @@ require (
github.com/cli/safeexec v1.0.0 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/addlicense v1.1.1 // indirect
github.com/google/go-licenses/v2 v2.0.0-alpha.1 // indirect
Expand Down
44 changes: 0 additions & 44 deletions internal/config/config.go

This file was deleted.

84 changes: 0 additions & 84 deletions internal/config/identifiers.go

This file was deleted.

Loading
Loading