Skip to content

Commit

Permalink
move vendored package to v1 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and wlynch committed Jan 21, 2022
1 parent 7a7a32a commit e0ca1a7
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 7 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ go 1.16
require (
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.5.6
github.com/google/go-replayers/httpreplay v1.0.0
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148
github.com/otiai10/copy v1.6.0
github.com/sergi/go-diff v1.2.0 // indirect
github.com/spf13/cobra v1.3.0
go.opencensus.io v0.23.0
golang.org/x/mod v0.5.1
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/tools v0.1.5
gopkg.in/src-d/go-git.v4 v4.13.1
)
25 changes: 24 additions & 1 deletion go.sum

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"io"
"strings"

"github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors"
"github.com/google/go-licenses/internal/third_party/pkgsite/derrors"
)

// This code adapted from https://go.googlesource.com/gddo/+/refs/heads/master/gosrc/gosrc.go.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ import (
"strings"
"time"

"github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors"
"github.com/google/go-licenses/v2/internal/third_party/pkgsite/stdlib"
"github.com/google/go-licenses/v2/internal/third_party/pkgsite/version"
"github.com/google/go-licenses/internal/third_party/pkgsite/derrors"
"github.com/google/go-licenses/internal/third_party/pkgsite/stdlib"
"github.com/google/go-licenses/internal/third_party/pkgsite/version"
"go.opencensus.io/plugin/ochttp"
"go.opencensus.io/trace"
"golang.org/x/net/context/ctxhttp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"fmt"
"strings"

"github.com/google/go-licenses/v2/internal/third_party/pkgsite/derrors"
"github.com/google/go-licenses/v2/internal/third_party/pkgsite/version"
"github.com/google/go-licenses/internal/third_party/pkgsite/derrors"
"github.com/google/go-licenses/internal/third_party/pkgsite/version"
"golang.org/x/mod/semver"
)

Expand Down

0 comments on commit e0ca1a7

Please sign in to comment.