Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreJones committed Sep 1, 2023
1 parent 91c4ff7 commit 437f254
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ require (
)

require (

github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
github.com/goccy/go-json v0.9.6 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
Expand Down
1 change: 0 additions & 1 deletion migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@
20230808155723_add_ns_mayport.up.sql
20230822201206_add_fields_for_sit_to_mto_service_items.up.sql
20230823194524_copy_loginGov_oktaEmail.up.sql
20230808155723_add_ns_mayport.up.sql
20230824200422_update_loa_trnsn_ids.up.sql
20230824224954_ghc_domestic_transit_times_update_data_migration.up.sql
20230828180000_update_mayport_zip.up.sql
Expand Down
8 changes: 0 additions & 8 deletions pkg/cli/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ const (
OktaAdminSecretKeyFlag string = "okta-admin-secret-key"
)

type errInvalidClientID struct {
ClientID string
}

func (e *errInvalidClientID) Error() string {
return fmt.Sprintf("invalid client ID %s, must be of format 'urn:gov:gsa:openidconnect.profiles:sp:sso:dod:IDENTIFIER'", e.ClientID)
}

// InitAuthFlags initializes Auth command line flags
func InitAuthFlags(flag *pflag.FlagSet) {
flag.String(ClientAuthSecretKeyFlag, "", "Client auth secret JWT key.")
Expand Down

0 comments on commit 437f254

Please sign in to comment.