diff --git a/README.md b/README.md index e602e84..5a7486d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CircleCI](https://circleci.com/gh/1227977886/contextcheck.svg?style=svg)](https://circleci.com/gh/1227977886/contextcheck) +[![CircleCI](https://circleci.com/gh/sylvia7788/contextcheck.svg?style=svg)](https://circleci.com/gh/sylvia7788/contextcheck) # contextcheck diff --git a/cmd/contextcheck/main.go b/cmd/contextcheck/main.go index 6453732..8fee8ff 100644 --- a/cmd/contextcheck/main.go +++ b/cmd/contextcheck/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/1227977886/contextcheck" + "github.com/sylvia7788/contextcheck" "golang.org/x/tools/go/analysis/singlechecker" ) diff --git a/contextcheck_test.go b/contextcheck_test.go index b47b175..7d9421f 100644 --- a/contextcheck_test.go +++ b/contextcheck_test.go @@ -4,7 +4,7 @@ import ( "log" "testing" - "github.com/1227977886/contextcheck" + "github.com/sylvia7788/contextcheck" "golang.org/x/tools/go/analysis/analysistest" ) diff --git a/go.mod b/go.mod index 79acdfd..95b9ffa 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/1227977886/contextcheck +module github.com/sylvia7788/contextcheck go 1.15