Skip to content

Commit

Permalink
Update 3rd party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Kassar committed Oct 4, 2017
1 parent 01dfe0f commit 5f63965
Show file tree
Hide file tree
Showing 681 changed files with 43,783 additions and 27,155 deletions.
2 changes: 1 addition & 1 deletion allow/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"path"
"strings"

"github.com/docker/docker/api/types/container"
"github.com/docker/go-connections/nat"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/juliengk/go-log"
Expand All @@ -16,7 +17,6 @@ import (
"github.com/kassisol/hbm/storage"
"github.com/kassisol/hbm/storage/driver"
"github.com/kassisol/hbm/version"
"github.com/moby/moby/api/types/container"
)

func AllowContainerCreate(req authorization.Request, config *types.Config) *types.AllowResult {
Expand Down
2 changes: 1 addition & 1 deletion allow/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package allow
import (
"fmt"

"github.com/docker/docker/api/types/swarm"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/juliengk/go-log"
"github.com/juliengk/go-log/driver"
Expand All @@ -11,7 +12,6 @@ import (
"github.com/kassisol/hbm/allow/types"
"github.com/kassisol/hbm/storage"
"github.com/kassisol/hbm/version"
"github.com/moby/moby/api/types/swarm"
)

func AllowServiceCreate(req authorization.Request, config *types.Config) *types.AllowResult {
Expand Down
2 changes: 1 addition & 1 deletion cli/command/collection/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package collection
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/juliengk/go-utils/validation"
"github.com/kassisol/hbm/cli/command"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/collection/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/collection/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"text/tabwriter"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/collection/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package collection
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/config/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/config"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/config/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/config/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"text/tabwriter"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/config/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/group/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package group
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/juliengk/go-utils/validation"
"github.com/kassisol/hbm/cli/command"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/group/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/group/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"text/tabwriter"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/group/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package group
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/policy/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package policy
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/juliengk/go-utils/validation"
"github.com/kassisol/hbm/cli/command"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/policy/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/policy/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"text/tabwriter"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/cli/validation"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/policy/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package policy
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/resource/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package resource
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/juliengk/go-utils/json"
"github.com/juliengk/go-utils/validation"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/resource/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/resource/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"text/tabwriter"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/resource/member.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package resource
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/resource/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package resource
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func runStart(cmd *cobra.Command, args []string) {
}).Info("HBM server")

l.Info("Listening on socket file")
l.Fatal(h.ServeUnix("root", "hbm"))
l.Fatal(h.ServeUnix("hbm", 0))
}()

s := <-ch
Expand Down
4 changes: 2 additions & 2 deletions cli/command/system/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (
"os"
"strings"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/docker/docker/client"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/plugin"
"github.com/kassisol/hbm/storage"
"github.com/kassisol/hbm/version"
"github.com/moby/moby/client"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion cli/command/system/init.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package system

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils/filedir"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/user/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package user
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/juliengk/go-utils/validation"
"github.com/kassisol/hbm/cli/command"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/user/find.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/user/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"text/tabwriter"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/user/member.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package user
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
2 changes: 1 addition & 1 deletion cli/command/user/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package user
import (
"os"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/juliengk/go-utils"
"github.com/kassisol/hbm/cli/command"
"github.com/kassisol/hbm/storage"
Expand Down
4 changes: 2 additions & 2 deletions docker/dcb/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"regexp"
"strings"

"github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/network"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/network"
)

type ContainerCreateConfig struct {
Expand Down
2 changes: 1 addition & 1 deletion docker/dcb/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"fmt"
"regexp"

"github.com/docker/docker/api/types"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types"
)

func ContainerExecCreate(req authorization.Request, urlPath string, re *regexp.Regexp) string {
Expand Down
2 changes: 1 addition & 1 deletion docker/dcb/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"fmt"
"regexp"

"github.com/docker/docker/api/types"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types"
)

func NetworkList(req authorization.Request, urlPath string, re *regexp.Regexp) string {
Expand Down
2 changes: 1 addition & 1 deletion docker/dcb/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"fmt"
"regexp"

"github.com/docker/docker/api/types/swarm"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types/swarm"
)

func NodeList(req authorization.Request, urlPath string, re *regexp.Regexp) string {
Expand Down
2 changes: 1 addition & 1 deletion docker/dcb/swarm.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"fmt"
"regexp"

"github.com/docker/docker/api/types/swarm"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types/swarm"
)

func SwarmInspect(req authorization.Request, urlPath string, re *regexp.Regexp) string {
Expand Down
2 changes: 1 addition & 1 deletion docker/dcb/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"fmt"
"regexp"

"github.com/docker/docker/api/types"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types"
)

func Auth(req authorization.Request, urlPath string, re *regexp.Regexp) string {
Expand Down
2 changes: 1 addition & 1 deletion docker/dcb/volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"fmt"
"regexp"

"github.com/docker/docker/api/types/volume"
"github.com/docker/go-plugins-helpers/authorization"
"github.com/kassisol/hbm/pkg/cmdbuilder"
"github.com/moby/moby/api/types/volume"
)

func VolumeList(req authorization.Request, urlPath string, re *regexp.Regexp) string {
Expand Down
Loading

0 comments on commit 5f63965

Please sign in to comment.