Skip to content

Commit

Permalink
Merge branch 'feature/print-jwt-utility' into techdebt/replace-dgrija…
Browse files Browse the repository at this point in the history
…lva-jwt
  • Loading branch information
bclarkx2 committed Jun 3, 2024
2 parents dd75d52 + f09fa4d commit fcf671c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
10 changes: 0 additions & 10 deletions client.go

This file was deleted.

19 changes: 0 additions & 19 deletions clientMock.go

This file was deleted.

2 changes: 1 addition & 1 deletion cmd/print-jwt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"time"

"github.com/nicheinc/sfdcclient"
"github.com/nicheinc/sfdcclient/v2"
"github.com/peterbourgon/ff/v3"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/nicheinc/sfdcclient
module github.com/nicheinc/sfdcclient/v2

go 1.18

Expand Down

0 comments on commit fcf671c

Please sign in to comment.