Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 12, 2020
1 parent 2d2968c commit 8fe667a
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 1 deletion.
15 changes: 14 additions & 1 deletion booking/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,29 @@ go 1.12

require (
github.com/Masterminds/squirrel v1.3.0
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-gorp/gorp v2.2.0+incompatible
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/jinzhu/gorm v1.9.14 // indirect
github.com/lib/pq v1.5.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/poy/onpar v1.0.0 // indirect
github.com/revel/cmd v0.21.1
github.com/revel/config v0.21.0 // indirect
github.com/revel/cron v0.21.0 // indirect
github.com/revel/log15 v2.11.20+incompatible // indirect
github.com/revel/modules v0.21.0
github.com/revel/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
github.com/revel/revel v0.21.0
github.com/twinj/uuid v1.0.0 // indirect
github.com/valyala/fasthttp v1.12.0
github.com/xeonx/timeago v1.0.0-rc4 // indirect
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/gorp.v2 v2.2.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/stack.v0 v0.0.0-20141108040640-9b43fcefddd0 // indirect
)

Loading

0 comments on commit 8fe667a

Please sign in to comment.