fab2db0936
Bumped the version requirements upto Go 1.8 Added gopsutil as a dependency. Added the minify_templates and super_debug config.go options. Cleaned up the console. config.go is a little more organised now.
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
echo "Updating the MySQL Driver"
|
|
go get -u github.com/go-sql-driver/mysql
|
|
echo "Updating bcrypt"
|
|
go get -u golang.org/x/crypto/bcrypt
|
|
echo "Updating gopsutil"
|
|
go get -u github.com/shirou/gopsutil
|