Skip to content

Commit

Permalink
replace ctr package
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed May 31, 2022
1 parent e1aadea commit 7e2e298
Show file tree
Hide file tree
Showing 3 changed files with 851 additions and 20 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"reflect"
"strings"

"github.com/pkgms/go/ctr"
"github.com/99nil/gopkg/ctr"

"github.com/zc2638/swag/asserts"
)
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/zc2638/swag
go 1.16

require (
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/pkgms/go v0.0.0-20201028070800-899b81726496
github.com/stretchr/testify v1.6.1
github.com/99nil/gopkg v0.0.0-20220531085926-60afce00972b
github.com/modern-go/reflect2 v1.0.2
github.com/stretchr/testify v1.7.1
)

retract v0.1.0
retract v1.2.0

retract v1.2.0
Loading

0 comments on commit 7e2e298

Please sign in to comment.