Skip to content

Commit

Permalink
fix CI (generated interfaces check)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed May 18, 2023
1 parent f32db38 commit cfbc213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/demoinfocs/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"google.golang.org/protobuf/proto"

bit "github.com/markus-wa/demoinfocs-golang/v3/internal/bitread"
common "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
events "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/events"
msg "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msg"
"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/events"
"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msg"
"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msgs2"
st "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/sendtables"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/demoinfocs/parser_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package demoinfocs
import (
"time"

common "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
st "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/sendtables"
dp "github.com/markus-wa/godispatch"
)
Expand Down

0 comments on commit cfbc213

Please sign in to comment.