Skip to content

Commit

Permalink
integrated with tagly format
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Nov 6, 2023
1 parent ecd9f80 commit b99abcf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/viant/afs v1.25.0
github.com/viant/parsly v0.3.0
github.com/viant/structology v0.5.0
github.com/viant/tagly v0.1.0
github.com/viant/xreflect v0.3.1
github.com/viant/xunsafe v0.9.0
github.com/xuri/excelize/v2 v2.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/viant/assertly v0.9.1-0.20220620174148-bab013f93a60 h1:VFJvCOHKXv4IqX
github.com/viant/assertly v0.9.1-0.20220620174148-bab013f93a60/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU=
github.com/viant/parsly v0.3.0 h1:UR4/ml87j4StdEa+CeSicKlW+pXMMFx0J+U95YcfE0o=
github.com/viant/parsly v0.3.0/go.mod h1:4PKQzioRT9R99ceIhZ6tCD3tp0H0n2dEoIOaLulVvrg=
github.com/viant/structology v0.5.0 h1:BTmGK078To0Q040d0/ESjn5UOFebgDELMVe+Qt9kGAI=
github.com/viant/structology v0.5.0/go.mod h1:FuV201UpB3efpVlm5YVERK6vEDT7L8u+xbrei/MeHe8=
github.com/viant/tagly v0.1.0 h1:ely64jH/kCMsZXJTLy4K7ACo9et6vPed86joYc1LswY=
github.com/viant/tagly v0.1.0/go.mod h1:vV8QgJkhug+X+qyKds8av0fhjD+4u7IhNtowL1KGQ5A=
github.com/viant/toolbox v0.34.6-0.20221112031702-3e7cdde7f888 h1:iQ9ehV+Qev9s/L4eXFFaw3zvZVid+xTT5fW3G3ldEdk=
github.com/viant/toolbox v0.34.6-0.20221112031702-3e7cdde7f888/go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM=
github.com/viant/xreflect v0.3.1 h1:Avqq1wXJFlXyCmS9C8TyxRNWUIxApk0S0WGdAFt4Hv4=
Expand Down
2 changes: 1 addition & 1 deletion marshaller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/viant/afs"
"github.com/viant/afs/file"
"github.com/viant/structology/format"
"github.com/viant/tagly/format"
"os"
"path"
"testing"
Expand Down
2 changes: 1 addition & 1 deletion tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package xlsy
import (
"fmt"
"github.com/viant/parsly"
"github.com/viant/structology/format"
"github.com/viant/tagly/format"
"reflect"
"strconv"
"strings"
Expand Down
2 changes: 1 addition & 1 deletion tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package xlsy

import (
"github.com/stretchr/testify/assert"
"github.com/viant/structology/format"
"github.com/viant/tagly/format"
"reflect"
"testing"
)
Expand Down

0 comments on commit b99abcf

Please sign in to comment.