Skip to content

Commit

Permalink
[go] Use v2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo committed Aug 12, 2021
1 parent eff7f73 commit d4788ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/razorpay/ifsc
module github.com/razorpay/ifsc/v2

go 1.15
go 1.16

require github.com/stretchr/testify v1.7.0
2 changes: 1 addition & 1 deletion src/go/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"testing"

"github.com/razorpay/ifsc/src/go/mocks"
"github.com/razorpay/ifsc/v2/src/go/mocks"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit d4788ec

Please sign in to comment.