Skip to content

Commit

Permalink
updating licenses and removing unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tenczar committed Aug 24, 2018
1 parent 67aaff5 commit 8137f69
Show file tree
Hide file tree
Showing 1,312 changed files with 32 additions and 635,727 deletions.
253 changes: 2 additions & 251 deletions Gopkg.lock

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

8 changes: 0 additions & 8 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
branch = "master"
name = "github.com/ghodss/yaml"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.0"

[[constraint]]
name = "github.com/stretchr/testify"
version = "v1.2.2"
Expand Down
1 change: 1 addition & 0 deletions pkg/funky/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/funky/http_message_converter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/funky/http_message_converter_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky_test

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/funky/response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky

import "time"
Expand Down
1 change: 1 addition & 0 deletions pkg/funky/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/funky/router_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky_test

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/funky/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/funky/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky_test

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/funky/transformer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/funky/transformer_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2018 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
///////////////////////////////////////////////////////////////////////

package funky_test

import (
Expand Down
Loading

0 comments on commit 8137f69

Please sign in to comment.