Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit fb15621

Browse files
Christine LovettSourcegraph
Christine Lovett
and
Sourcegraph
authored
Fix import path for log15 package (#396)
Co-authored-by: Sourcegraph <[email protected]>
1 parent 8de40a6 commit fb15621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildserver/environment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"path/filepath"
1515
"strings"
1616

17-
log15 "gopkg.in/inconshreveable/log15.v2"
17+
log15 "github.com/inconshreveable/log15"
1818
yaml "gopkg.in/yaml.v2"
1919

2020
"github.com/sourcegraph/ctxvfs"

langserver/internal/refs/refs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"strings"
1313
"testing"
1414

15-
_ "gopkg.in/inconshreveable/log15.v2"
15+
_ "github.com/inconshreveable/log15"
1616
)
1717

1818
func testConfig(fs *token.FileSet, pkgName string, files []*ast.File) *Config {

0 commit comments

Comments
 (0)