Commit Graph

7 Commits (a4a9e1b45fe7db88225bf4fe590ef75e180160c6)

Author SHA1 Message Date
Edd Robinson d51a3f9b32 Update README 2018-11-30 10:54:24 +00:00
Edd Robinson 25074b4568 go mod tidy 2018-11-30 10:54:24 +00:00
Jonathan A. Sternberg 46ed9bc4fb feat: switch to using go modules for building
This updates the dependency manager to use go modules instead of dep so
that we can remove dep as a dependency and we can begin using and giving
feedback on modules within this project. It should simplify dependency
management and make it faster to run the builds too.

The big change is updating the various Makefiles to stop relying on the
vendor directory because it no longer exists. This change creates a
`tools.go` file with the revisions of the tools we use that are currently
in the `required` section of `Gopkg.toml`. We are currently in other
discussions to modify how we handle tool dependency management, but this
change does not change that.
2018-09-20 08:33:15 -07:00
Mark Rushakoff 4e55cf23d7 chore: add status badge to README 2018-08-30 09:24:50 -07:00
Matt Broberg 7ff267dd17 Linking to Flux from README.md
Making it easier for interested parties to find Flux. Also linking to the best resource so far, which is @pauldix's presentation.
2018-06-15 10:54:00 +01:00
Michael Desa eabba6986d migrate(platform): move public dependencies into platform
migrate(context): move context package to platform

migrate(kit/errors): move errors package to platform

migrate(mock): move mock package to platform

migrate(prometheus): move prometheus package to platform

migrate(rand): move rand package to platform

migrate(snowflake): move snowflake package to platform

migrate(testing): move testing package to platform

migrate(zap): move zap package to platform

migrate(http): move http package to platform

migrate(platform): rename base package idpe to platform

git(base): add gitignore

dep: add dependencies

migrate(platform): remove consumer.go

migrate(platform): make secret things private again
2018-05-14 17:12:53 -04:00
Michael Desa 6982acfa37 docs(platform): add base readme 2018-05-14 12:14:40 -04:00