Skip to content

Commit

Permalink
update vendor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbio committed May 28, 2017
1 parent 51c9ec3 commit ab2ba3b
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 171 deletions.
6 changes: 3 additions & 3 deletions PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Thank you for your continued efforts.
* [github.com/vattle/sqlboiler/bdb](https://github.com/vattle/sqlboiler/bdb)
* [github.com/vattle/sqlboiler/bdb/drivers](https://github.com/vattle/sqlboiler/bdb/drivers)
* [github.com/vattle/sqlboiler/strmangle](https://github.com/vattle/sqlboiler/strmangle)
* [github.com/volatiletech/abcmiddleware](https://github.com/volatiletech/abcmiddleware)
* [github.com/volatiletech/abcrender](https://github.com/volatiletech/abcrender)
* [github.com/volatiletech/abcsessions](https://github.com/volatiletech/abcsessions)
* [github.com/volatiletech/abcweb/abcmiddleware](https://github.com/volatiletech/abcweb/abcmiddleware)
* [github.com/volatiletech/abcweb/abcrender](https://github.com/volatiletech/abcweb/abcrender)
* [github.com/volatiletech/abcweb/abcsessions](https://github.com/volatiletech/abcweb/abcsessions)
* [github.com/volatiletech/helpers/git](https://github.com/volatiletech/helpers/git)
* [github.com/volatiletech/mig](https://github.com/volatiletech/mig)
* [go.uber.org/atomic](https://go.uber.org/atomic)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ and `abcweb migrate` commands.

#### Sessions, Cookies & Flash Messages

[ABCSessions](https://github.com/volatiletech/abcsessions) was designed to make working with
[ABCSessions](https://github.com/volatiletech/abcweb/abcsessions) was designed to make working with
HTTP sessions and cookies a breeze, and it also comes with a flash messages API. ABCSessions
ships with disk, memory, redis and cookie storers, and the ability to easily add new storers using
our provided interfaces.
Expand All @@ -93,7 +93,7 @@ our provided interfaces.

[Render](https://github.com/unrolled/render) is a package that provides functionality for
easily rendering JSON, XML, text, binary data, and HTML templates. We have also written an interface
wrapper for Render ([ABCRender](https://github.com/volatiletech/abcrender)) that allows you to
wrapper for Render ([ABCRender](https://github.com/volatiletech/abcweb/abcrender)) that allows you to
easily add support for any templating engine you choose if Go's `html/template` is not enough for you.

#### Routing
Expand Down
6 changes: 3 additions & 3 deletions abcmiddleware/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ABCMiddleware

[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/volatiletech/abcmiddleware/blob/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/volatiletech/abcmiddleware?status.svg)](https://godoc.org/github.com/volatiletech/abcmiddleware)
[![Go Report Card](https://goreportcard.com/badge/volatiletech/abcmiddleware)](http://goreportcard.com/report/volatiletech/abcmiddleware)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/volatiletech/abcweb/abcmiddleware/blob/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/volatiletech/abcweb/abcmiddleware?status.svg)](https://godoc.org/github.com/volatiletech/abcweb/abcmiddleware)
[![Go Report Card](https://goreportcard.com/badge/volatiletech/abcweb/abcmiddleware)](http://goreportcard.com/report/volatiletech/abcweb/abcmiddleware)

## Available Middleware

Expand Down
6 changes: 3 additions & 3 deletions abcsessions/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ABCSessions

[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/volatiletech/abcsessions/blob/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/volatiletech/abcsessions?status.svg)](https://godoc.org/github.com/volatiletech/abcsessions)
[![Go Report Card](https://goreportcard.com/badge/volatiletech/abcsessions)](http://goreportcard.com/report/volatiletech/abcsessions)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/volatiletech/abcweb/abcsessions/blob/master/LICENSE)
[![GoDoc](https://godoc.org/github.com/volatiletech/abcweb/abcsessions?status.svg)](https://godoc.org/github.com/volatiletech/abcweb/abcsessions)
[![Go Report Card](https://goreportcard.com/badge/volatiletech/abcweb/abcsessions)](http://goreportcard.com/report/volatiletech/abcweb/abcsessions)

## Available Session Storers

Expand Down
3 changes: 0 additions & 3 deletions cmd/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ func depsCmdRun(cmd *cobra.Command, args []string) error {

goGetArgs := [][]string{
{"go.uber.org/zap"},
{"github.com/volatiletech/abcrender"},
{"github.com/volatiletech/abcsessions"},
{"github.com/volatiletech/abcmiddleware"},
{"github.com/satori/go.uuid"},
{"github.com/pkg/errors"},
{"github.com/volatiletech/helpers/git"},
Expand Down
Loading

0 comments on commit ab2ba3b

Please sign in to comment.