Skip to content

Commit

Permalink
migrate to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
PaluMacil committed Feb 1, 2018
1 parent b2c0d82 commit 55122ab
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ debug

# dependencies
/node_modules
/vendor

# IDEs and editors
/.idea
Expand Down
39 changes: 39 additions & 0 deletions Gopkg.lock

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

30 changes: 30 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# 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"


[[constraint]]
name = "github.com/asdine/storm"
version = "2.0.0"

[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.1.0"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repo contains source code for my personal website which I try to add to in tiny regular increments. While I don't intend to focus upon only features that will be used by a wider audience, I will respond to issues, assist in understanding code, and (once I have something functional) consider splitting off smaller packages that are meant to be reused as libraries or separate applications--such as the blog itself.

The contents of this document should be taken with only light consideration as I am in the process of reworking the

## Install

```
Expand Down

0 comments on commit 55122ab

Please sign in to comment.