Skip to content
Snippets Groups Projects
Commit 33d81a51 authored by Mariano Cano's avatar Mariano Cano
Browse files

Use go modules

parent e16045d9
No related branches found
Tags v0.9.4
No related merge requests found
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "master"
digest = "1:c10265d5a71326618d37e97169eddb3582f78e8ac7dcf87403b4cf619efd519a"
name = "howett.net/plist"
packages = ["."]
pruneopts = "UT"
revision = "591f970eefbbeb04d7b37f334a0c4c3256e32876"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = ["howett.net/plist"]
solver-name = "gps-cdcl"
solver-version = 1
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
branch = "master"
name = "howett.net/plist"
[prune]
go-tests = true
unused-packages = true
all:
go build -o bin/truststore cmd/truststore/main.go
bootstrap:
dep ensure
clean:
rm -rf bin vendor
rm -rf bin
.PHONY: all bootstrap clean
.PHONY: all clean
go.mod 0 → 100644
module github.com/smallstep/truststore
go 1.13
require howett.net/plist v0.0.0-20181124034731-591f970eefbb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment