oauth2-proxy/pkg
Tom Deadman 35f2ae9a36 Improved request errors (#286)
* worked on wrapping errors in requests.go, added defer statements

* removed .idea (generated by goland)

* added another require.NoError

* Update pkg/requests/requests.go

Co-Authored-By: Dan Bond <pm@danbond.io>

* fixed out-of-order imports

* changelog entry added

* swapped error definitions to use fmt.Errorf rather than Wrap()

* formatting changes, added new defers to requests_test.go

* suppot for go1.12 pipeline removed from travis pipeline, .idea/ added to gitignore

* Reorder changelog entry
2019-10-23 09:55:34 -07:00
..
apis Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
cookies Fix gofmt for changed files 2019-06-15 11:34:00 +02:00
encryption Move cookie to pkg/encryption 2019-06-15 11:33:57 +02:00
logger Use ok naming convention for map presence check 2019-07-16 10:06:29 +12:00
requests Improved request errors (#286) 2019-10-23 09:55:34 -07:00
sessions Some code improvements 2019-10-09 15:44:26 +03:00