serviceman/vendor/golang.org/x/net/webdav/internal/xml
dependabot[bot] 882d662e11
Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20180921000356-2f5d2388922f to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-04 05:10:09 +00:00
..
README add deps 2019-07-01 02:44:54 -06:00
marshal.go Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.7.0 2023-03-04 05:10:09 +00:00
read.go Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.7.0 2023-03-04 05:10:09 +00:00
typeinfo.go add deps 2019-07-01 02:44:54 -06:00
xml.go Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.7.0 2023-03-04 05:10:09 +00:00

README

This is a fork of the encoding/xml package at ca1d6c4, the last commit before
https://go.googlesource.com/go/+/c0d6d33 "encoding/xml: restore Go 1.4 name
space behavior" made late in the lead-up to the Go 1.5 release.

The list of encoding/xml changes is at
https://go.googlesource.com/go/+log/master/src/encoding/xml

This fork is temporary, and I (nigeltao) expect to revert it after Go 1.6 is
released.

See http://golang.org/issue/11841