Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
encoding/protobuf: moved from internal dir
Browse files Browse the repository at this point in the history
and updated import paths in two locations accordingly.

Change-Id: I8136d0a13c0b05e72e2e3b60236bea7cba66b396
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2345
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
  • Loading branch information
mpvl committed Jun 25, 2019
1 parent 368b433 commit a5286e4
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cue/cmd/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ import (
"cuelang.org/go/cue/load"
"cuelang.org/go/cue/parser"
"cuelang.org/go/cue/token"
"cuelang.org/go/encoding/protobuf"
"cuelang.org/go/internal"
"cuelang.org/go/internal/protobuf"
"cuelang.org/go/internal/third_party/yaml"
"github.com/spf13/cobra"
"golang.org/x/sync/errgroup"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"path/filepath"

"cuelang.org/go/cue/format"
"cuelang.org/go/internal/protobuf"
"cuelang.org/go/encoding/protobuf"
)

func ExampleParse() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a5286e4

Please sign in to comment.