Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-hanna committed Nov 20, 2018
2 parents 9eb2751 + 5e9237f commit 85d0ac4
Show file tree
Hide file tree
Showing 158 changed files with 11,126 additions and 1,029 deletions.
2 changes: 1 addition & 1 deletion .grenrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dataSource: "issues"
prefix: "v"
prefix: ""
onlyMilestones: false
groupBy: "label"
changelogFilename: "CHANGELOG.md"
661 changes: 661 additions & 0 deletions GNU-AGPL-3.0.txt

Large diffs are not rendered by default.

101 changes: 86 additions & 15 deletions Gopkg.lock

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

29 changes: 1 addition & 28 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# 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]]
branch = "develop"
name = "github.com/c3systems/c3-go"
branch = "develop"

[[constraint]]
name = "github.com/sirupsen/logrus"
Expand Down
Loading

0 comments on commit 85d0ac4

Please sign in to comment.