Skip to content

Commit

Permalink
so for dep ensure is working
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed May 16, 2018
1 parent 8842056 commit b5e9ff1
Show file tree
Hide file tree
Showing 6 changed files with 6,149 additions and 51 deletions.
49 changes: 1 addition & 48 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
9 changes: 6 additions & 3 deletions tuf/test_util/mock_util.go → tuf/testutil/mock_util.go
Expand Up @@ -13,13 +13,16 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package test_util
package testutil

import (
// cloudkms "google.golang.org/api/cloudkms"
// "cloud.google.com/go/storage"
"io"

"cloud.google.com/go/storage"
"github.com/GoogleCloudPlatform/runtimes-common/tuf/kms"
cloudkms "google.golang.org/api/cloudkms/v1"
)

// Mock Store
type MockStore struct {
}
Expand Down
14 changes: 14 additions & 0 deletions vendor/google.golang.org/api/cloudkms/v1/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5e9ff1

Please sign in to comment.