Skip to content

Commit

Permalink
fix(build): change dothill-api-go dependency version from latest to v…
Browse files Browse the repository at this point in the history
…1.0.0
  • Loading branch information
arcln committed May 13, 2019
1 parent f98b0ea commit 5d776a4
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 150 deletions.
152 changes: 30 additions & 122 deletions Gopkg.lock

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

37 changes: 11 additions & 26 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,19 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true

[[constraint]]
name = "github.com/enix/dothill-api-go"
version = "1.0.0"

[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"

[[constraint]]
branch = "master"
name = "k8s.io/api"

[[constraint]]
branch = "master"
name = "k8s.io/apimachinery"

[[constraint]]
branch = "master"
name = "k8s.io/client-go"
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import dothill "enix.io/dothill-api-go"
import dothill "github.com/enix/dothill-api-go"

// Volumes : convenience alias fort sorting purposes
type Volumes []dothill.Volume
Expand Down
2 changes: 1 addition & 1 deletion src/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"k8s.io/client-go/kubernetes"

dothill "enix.io/dothill-api-go"
dothill "github.com/enix/dothill-api-go"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"sigs.k8s.io/sig-storage-lib-external-provisioner/controller"
Expand Down

0 comments on commit 5d776a4

Please sign in to comment.