Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyunxing92 committed Oct 24, 2021
1 parent 10713be commit daffbf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 6 additions & 2 deletions config/config_center_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@
package config

import (
_ "dubbo.apache.org/dubbo-go/v3/config_center/apollo"
"github.com/stretchr/testify/assert"
"testing"
)
import (
"github.com/stretchr/testify/assert"
)
import (
_ "dubbo.apache.org/dubbo-go/v3/config_center/apollo"
)

func TestApolloConfigCenterConfig(t *testing.T) {

Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ require (
k8s.io/api v0.16.9
k8s.io/apimachinery v0.16.9
k8s.io/client-go v0.16.9
)
replace (
//github.com/zouyx/agollo/v3 v3.4.5 => github.com/apolloconfig/agollo/v4 latest
)
)

0 comments on commit daffbf6

Please sign in to comment.