Skip to content

Commit

Permalink
优化模块
Browse files Browse the repository at this point in the history
  • Loading branch information
davyxu committed Sep 14, 2021
1 parent 63e9fa5 commit 2f39919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module github.com/davyxu/protoplus
go 1.12

require (
github.com/davyxu/cellnet v4.1.0+incompatible
// 测试用
//github.com/davyxu/cellnet v4.1.0+incompatible
github.com/davyxu/golexer v0.1.1-0.20200202091144-a15ddde83f6a
github.com/davyxu/ulexer v0.0.0-20200713054812-c9bb8db3521f
github.com/stretchr/testify v1.7.0
//github.com/stretchr/testify v1.7.0
)

replace github.com/davyxu/cellnet => ../cellnet

replace github.com/davyxu/x => ../x
replace (
// github.com/davyxu/cellnet => ../cellnet
// github.com/davyxu/x => ../x
)
5 changes: 3 additions & 2 deletions tests/code_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package tests

import (
"encoding/json"
_ "github.com/davyxu/cellnet/codec/protoplus"
"github.com/davyxu/protoplus/api/golang"
"github.com/stretchr/testify/assert"
//_ "github.com/davyxu/cellnet/codec/protoplus"
"github.com/davyxu/protoplus/api/golang"
//"github.com/stretchr/testify/assert"
"math"
"reflect"
"testing"
Expand Down

0 comments on commit 2f39919

Please sign in to comment.