cloudflared-mirror/config
Nuno Diegues 5e6f606f4e TUN-6293: Update yaml v3 to latest hotfix
This addresses https://security.snyk.io/vuln/SNYK-GOLANG-GOPKGINYAMLV3-2841557
by updating yaml v3 to latest version.

It also stops using yaml v2 directly (we were using both v2 and v3 mixed).
We still rely on yaml v2 indirectly, via urfave cli, though.

Note that the security vulnerability does not affect v2.
2022-05-30 17:38:55 +00:00
..
configuration.go TUN-6016: Push local managed tunnels configuration to the edge 2022-05-06 15:43:24 +00:00
configuration_test.go TUN-6293: Update yaml v3 to latest hotfix 2022-05-30 17:38:55 +00:00
manager.go TUN-6293: Update yaml v3 to latest hotfix 2022-05-30 17:38:55 +00:00
manager_test.go TUN-4067: Reformat code for consistent import order, grouping, and fix formatting. Added goimports target to the Makefile to make this easier in the future. 2021-03-24 10:53:29 -05:00
model.go TUN-4063: Cleanup dependencies between packages. 2021-03-09 14:02:59 +00:00