File: getdeps.sh

package info (click to toggle)
golang-debian-vasudev-gospake2 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 19; sh: 15
file content (9 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu

# Get golang.org/x/crypto/hkdf
go get -u golang.org/x/crypto/hkdf

# get golint
go get -u golang.org/x/lint/golint