File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
5
5
toolchain go1.22.2
6
6
7
7
require (
8
- github.com/fatih /structtag v1.2 .0
8
+ github.com/alfatraining /structtag v1.0 .0
9
9
github.com/stretchr/testify v1.8.2
10
10
golang.org/x/tools v0.30.0
11
11
)
Original file line number Diff line number Diff line change
1
+ github.com/alfatraining/structtag v1.0.0 h1:2qmcUqNcCoyVJ0up879K614L9PazjBSFruTB0GOFjCc =
2
+ github.com/alfatraining/structtag v1.0.0 /go.mod h1:p3Xi5SwzTi+Ryj64DqjLWz7XurHxbGsq6y3ubePJPus =
1
3
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
2
4
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
5
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4
6
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
- github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4 =
6
- github.com/fatih/structtag v1.2.0 /go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94 =
7
7
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
8
8
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
9
9
github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"strconv"
11
11
"strings"
12
12
13
- "github.com/fatih /structtag"
13
+ "github.com/alfatraining /structtag"
14
14
"golang.org/x/tools/go/analysis"
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package tagalign
3
3
import (
4
4
"testing"
5
5
6
- "github.com/fatih /structtag"
6
+ "github.com/alfatraining /structtag"
7
7
"github.com/stretchr/testify/assert"
8
8
"golang.org/x/tools/go/analysis/analysistest"
9
9
)
You can’t perform that action at this time.
0 commit comments